wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-24 09:40:15 +00:00
parent 6528a7f145
commit 5508feb8f7
10 changed files with 21 additions and 64 deletions

View File

@@ -573,14 +573,6 @@
// Recommended setting: 1
#define wxUSE_MEDIACTRL 1
// Use GStreamer for Unix.
//
// Default is 0 as this requires a lot of dependencies which might not be
// available.
//
// Recommended setting: 1 (wxMediaCtrl won't work by default without it)
#define wxUSE_GSTREAMER 0
// Use wxWidget's XRC XML-based resource system. Recommended.
//
// Default is 1