Modelling setup.h modification on osx along msw, having a separate file

Note that for update-setup-h to work properly on osx, gnu-sed is needed
This commit is contained in:
Stefan Csomor
2017-11-09 11:35:36 +01:00
parent 46fe849db6
commit 895a86886d
3 changed files with 75 additions and 3 deletions

View File

@@ -1543,6 +1543,7 @@
/* --- end common options --- */
/* --- start OSX options --- */
// ----------------------------------------------------------------------------
// Unix-specific options settings
// ----------------------------------------------------------------------------
@@ -1555,10 +1556,10 @@
/*
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
@@ -1595,7 +1596,7 @@
// make sure we have the proper dispatcher for the console event loop
#define wxUSE_SELECT_DISPATCHER 1
#define wxUSE_EPOLL_DISPATCHER 0
/* --- end OSX options --- */
#endif
// _WX_SETUP_H_