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
This commit is contained in:
Ryan Norton 2004-11-11 15:26:04 +00:00
parent 7192290794
commit 8bf57c4f2e

View File

@ -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.
//