X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a70abf19f5e745553a8624d8fccf8f9c991a2b18..f60b1d829dd8a6d5e47a2adcd3690acb3bd10150:/include/wx/setup_inc.h?ds=inline diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index eea5cf1dff..6987721a58 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -484,20 +484,6 @@ // Recommended setting: 1 #define wxUSE_MEDIACTRL 1 -// Use QuickTime -// -// Default is 0 -// -// Recommended setting: 1 if you have the QT SDK installed and you need it, else 0 -#define wxUSE_QUICKTIME 0 - -// Use DirectShow (requires linkage to strmiids.lib) -// -// Default is 0 -// -// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0 -#define wxUSE_DIRECTSHOW 0 - // Use GStreamer for Unix (req a lot of dependancies) // // Default is 0 @@ -978,7 +964,7 @@ #define wxODBC_FWD_ONLY_CURSORS 1 // Default is 0. Set to 1 to use the deprecated classes, enum types, function, -// member variables. With a setting of 1, full backward compatability with the +// member variables. With a setting of 1, full backward compatibility with the // 2.0.x release is possible. It is STRONGLY recommended that this be set to 0, // as future development will be done only on the non-deprecated // functions/classes/member variables/etc.