]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup_microwin.h
add directshow define
[wxWidgets.git] / include / wx / msw / setup_microwin.h
index c3718f7d6e4120d3613eb87dabd7acbd2a1a4176..d241ea6762f533652c0101400b093238faab7371 100644 (file)
 // wxSound class
 #define wxUSE_SOUND      0
 
+// Use wxMediaCtrl
+//
+// Default is 1.
+//
+// Recommended setting: 1 
+#define wxUSE_MEDIACTRL     1
+
+// Use QuickTime
+//
+// Default is 0
+//
+// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0
+#define wxUSE_QUICKTIME     0
+
+// Use DirectShow
+//
+// Default is 0
+//
+// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
+#define wxUSE_DIRECTSHOW    1
+
 // Use wxWidget's XRC XML-based resource system.  Recommended.
 //
 // Default is 1