diff options
author | wm4 <wm4@nowhere> | 2015-08-19 21:38:47 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-19 21:38:47 +0200 |
commit | 3bceb37b0618bc5b1a95272dfca01c808d8909ed (patch) | |
tree | 89704271e45708309b3b0ce9f8f6dc62ea204fa3 | |
parent | bffd78748fb7fb1248424b1d4d2d67eb31c8762f (diff) |
old-configure: avoid a warning
-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 a4cc9d16a5..60575a8ec1 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -959,6 +959,7 @@ cat > $TMPC << EOF #define HAVE_DRM 0 #define HAVE_VIDEOTOOLBOX_HWACCEL 0 #define HAVE_VIDEOTOOLBOX_GL 0 +#define HAVE_VIDEOTOOLBOX_VDA_GL 0 #ifdef __OpenBSD__ #define DEFAULT_CDROM_DEVICE "/dev/rcd0c" |