From: Stefan Csomor Date: Thu, 19 Jan 2012 08:55:41 +0000 (+0000) Subject: adding unix defaults X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6b882f87aa38dcc769c26f0476ece376e2d3ee1e adding unix defaults git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index bd1bc24491..7a9ed38d59 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -1477,6 +1477,26 @@ /* --- 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 // ----------------------------------------------------------------------------