From: Ryan Norton Date: Thu, 11 Nov 2004 15:59:49 +0000 (+0000) Subject: add directshow define X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16ca2e0fac252c2e900718122e058e7dad58c991?ds=inline add directshow define git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 3a105cec2d..6dfba67f8b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -660,6 +660,10 @@ * Use wxMediaCtrl class */ #define wxUSE_MEDIACTRL 0 +/* + * Use DirectShow + */ +#define wxUSE_DIRECTSHOW 0 /* * Use config system */