]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/chkconf.h
Revert r62598 which removed "unnecessary wxOSX_USE_COCOA checks."
[wxWidgets.git] / include / wx / unix / chkconf.h
index a6a4e64cc5154c48b8c34397d2fde9fb7e602b27..f1cff704d9965103fd4282cbc9ee6f01010074a1 100644 (file)
 #       endif
 #   endif
 #endif /* wxUSE_CONSOLE_EVENTLOOP */
+
+#if wxUSE_GSTREAMER
+#   if !wxUSE_THREADS
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "GStreamer requires threads"
+#       else
+#           undef wxUSE_GSTREAMER
+#           define wxUSE_GSTREAMER 0
+#       endif
+#   endif
+#endif /* wxUSE_GSTREAMER */