Changes between Version 12 and Version 13 of Video_Users_Guide
- Timestamp:
- Sep 1, 2011 1:06:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v12 v13 28 28 29 29 Windows: 30 1. !DirectShow SDK and the !BaseClasses sample to build {{{dshow_dev.c}}} backend. 30 1. !DirectShow SDK, included in Windows SDK. The minimum component required within the SDK is ''Windows Development Headers and Libraris'' and ''Samples''. As there are several versions of SDK we found they have different issues: 31 a. If you don't need Windows 7 features, the recommended SDK is [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ff6467e6-5bba-4bf5-b562-9199be864d29 Windows SDK Update for Windows Vista]. This is because it doesn't have [wiki:FAQ#vs2008 IP Helper API header bug]. 32 a. If you need Windows 7 features then use [http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B Windows SDK for Windows 7 and .NET Framework 4] and follow the instructions on [wiki:FAQ#vs2008 fixing IP Helper API header bug]. Also if you are using Visual Studio 2005 then you will need to patch it using [http://support.microsoft.com/kb/949009/ MS Knowledge Base 949009] 31 33 32 34 Mobile platforms (iPhone, Symbian, Windows Mobile, etc): … … 82 84 ==== 1. Configure directories ==== 83 85 84 Add include and library paths for the required components: 85 1. SDL 86 1. ffmpeg 86 1 Add include and library paths for the required components: 87 1. !DirectShow SDK 88 1. SDL 89 1. ffmpeg 90 1. Build Baseclasses sample and add the path to Visual Studio: 91 1. Look for the Baseclasses project, and add the include path to Visual Studio configuration. '''Important:''' the include path for the Baseclasses must be higher than Windows SDK include path. 92 1. In the property of the Baseclasses project, change the code generation to Multi-threaded Debug, instead of the default Multi-threaded DLL. 93 1. Compile the baseclasses project in the samples, and add the resulting library to the path of Visual Studio configuration 94 87 95 88 96 ==== 2. Configure Video Settings ====