setp.h changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -428,6 +428,13 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 1
|
#define wxUSE_SOUND 1
|
||||||
|
|
||||||
|
// Use wxMediaCtrl
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1
|
||||||
|
#define wxUSE_MEDIACTRL 1
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -459,6 +459,27 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 1
|
#define wxUSE_SOUND 1
|
||||||
|
|
||||||
|
// 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.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -392,6 +392,27 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 0
|
#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.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -447,6 +447,27 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 1
|
#define wxUSE_SOUND 1
|
||||||
|
|
||||||
|
// 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.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -371,6 +371,13 @@
|
|||||||
|
|
||||||
#define wxUSE_SOUND 1
|
#define wxUSE_SOUND 1
|
||||||
|
|
||||||
|
// Use wxMediaCtrl
|
||||||
|
//
|
||||||
|
// Default is 0.
|
||||||
|
//
|
||||||
|
// Recommended setting: 0
|
||||||
|
#define wxUSE_MEDIACTRL 0
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -459,6 +459,8 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 0
|
#define wxUSE_SOUND 0
|
||||||
|
|
||||||
|
#define wxUSE_MEDIACTRL 0
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -484,6 +484,27 @@
|
|||||||
// wxSound class
|
// wxSound class
|
||||||
#define wxUSE_SOUND 1
|
#define wxUSE_SOUND 1
|
||||||
|
|
||||||
|
// 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 0
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
Reference in New Issue
Block a user