]> git.saurik.com Git - wxWidgets.git/commitdiff
adding unix defaults
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 08:55:41 +0000 (08:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 08:55:41 +0000 (08:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/setup0.h

index bd1bc24491a24458ad00fef6dc40fc7417ed1f47..7a9ed38d59064b8b12fc1ff6954d036c2e38b23e 100644 (file)
 
 /* --- end common options --- */
 
+// ----------------------------------------------------------------------------
+// Unix-specific options settings
+// ----------------------------------------------------------------------------
+
+// use wxSelectDispatcher class
+#define wxUSE_SELECT_DISPATCHER 1
+
+// use wxEpollDispatcher class (Linux only)
+#define wxUSE_EPOLL_DISPATCHER 0
+
+/*
+ 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
+
 // ----------------------------------------------------------------------------
 // Mac-specific settings
 // ----------------------------------------------------------------------------