]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)
[wxWidgets.git] / include / wx / osx / setup0.h
index ccf753d9fd1506448dacee9c2f8e4f65c9b1d7bf..97a080f03c803c0274eb84dda97c5619c99f4215 100644 (file)
 // 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