]> git.saurik.com Git - wxWidgets.git/commitdiff
turn off directshow by default for lib dependancy
authorRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:26:04 +0000 (15:26 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:26:04 +0000 (15:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 6f804466e3259cf66eb7561e2481fbc87bc1ac21..eac70a3750d221f1781abc561f43c7cbfb1e0db9 100644 (file)
 // Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
 #define wxUSE_QUICKTIME     0
 
-// Use DirectShow
+// Use DirectShow (requires linkage to strmiids.lib)
 //
 // Default is 0
 //
 // Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
-#define wxUSE_DIRECTSHOW    1
+#define wxUSE_DIRECTSHOW    0
 
 // Use wxWidget's XRC XML-based resource system.  Recommended.
 //