diff options
author | wm4 <wm4@nowhere> | 2015-12-06 19:20:23 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-12-06 19:20:23 +0100 |
commit | 159eb3f962b845c861b5f10da35fcc12e1e6cb15 (patch) | |
tree | a57cb36cd84849dc3031e06a6876cf9c22f22476 /TOOLS | |
parent | 9db50c6760758089a013983f0fbf93ebde53dbc7 (diff) |
win32: add option to set VO MMCSS profile
This was requested.
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/old-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure index a4776eddae..5f14e7c02f 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -977,6 +977,7 @@ cat > $TMPC << EOF #define HAVE_C11_TLS 1 #define HAVE_EGL_ANGLE 0 #define HAVE_GPL3 1 +#define HAVE_WIN32 0 #ifdef __OpenBSD__ #define DEFAULT_CDROM_DEVICE "/dev/rcd0c" |