]> git.saurik.com Git - wxWidgets.git/commitdiff
Disable wxMediaCtrl for WinCE
authorJulian Smart <julian@anthemion.co.uk>
Thu, 3 Feb 2005 15:29:09 +0000 (15:29 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 3 Feb 2005 15:29:09 +0000 (15:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index b8c2d34f8bcf612aef9ebadcab9cbbf47db5b75a..e6ef6ba5cfb0237be0291e96d71c08b24e18eb03 100644 (file)
 // Default is 1.
 //
 // Recommended setting: 1 
-#define wxUSE_MEDIACTRL     1
+#define wxUSE_MEDIACTRL     0
 
 // Use QuickTime
 //
 // 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.
 //