From: Ryan Norton Date: Thu, 11 Nov 2004 15:26:04 +0000 (+0000) Subject: turn off directshow by default for lib dependancy X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8bf57c4f2eebf2d2988d6f573066164bcbaabe64?hp=7192290794b472315957e5ef57242aceabf7a874 turn off directshow by default for lib dependancy git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 6f804466e3..eac70a3750 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -473,12 +473,12 @@ // 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. //