dshowsrcwrapper: update CMake build instructions

GStreamer 1.8 is minimum version, and remove paragraph about 32 vs 64-bit build

https://bugzilla.gnome.org/show_bug.cgi?id=797338
This commit is contained in:
Joshua M. Doe 2018-10-24 14:16:38 -04:00 committed by Nirbheek Chauhan
parent a6d193bb1e
commit 5caefc1e0c

View file

@ -1,7 +1,9 @@
== Dependencies ==
* CMake (tested with 2.8)
* CMake (tested with 3.9, likely >=3.0 will work)
* GStreamer (1.8 or newer)
* Microsoft SDK
(http://www.microsoft.com/en-us/download/details.aspx?id=8279). Don't
@ -18,18 +20,12 @@ First build the SDK "baseclasses" sample; they should have been
installed in <SDK>/Samples/multimedia/directshow/baseclasses. Just
open the SLN and build both Debug_MBCS and Release_MBCS.
Install the GStreamer development files (for version 1.4.1):
http://gstreamer.freedesktop.org/data/pkg/windows/1.4.1/. I use the 32
bits version even on a 64 bits system because CMake 2.8 does not seem
to be able to generate a 64 bits configuration yet. It's probably
doable with CMake 3.x.
Then go to sys/dshowsrcwrapper and use CMake to generate the project
file for your choosen version of Visual. There are two influential
file for your chosen version of Visual Studio. There are two influential
variables:
* GST_INSTALL_BASE: your GStreamer installation directory
(default C:\gstreamer\1.0\x86)
(default C:\gstreamer\1.0\x86 or C:\gstreamer\1.0\x86_64)
* SDK_INSTALL_BASE: the Windows SDK installation path (default
C:\Program Files\Microsoft SDKs\Windows\v7.0).