configure: fix VDA warning on systems other than OSX

CONFIG_VDA is supposed to be defined to 0 or 1. But on non-OSX systems,
the configure test isn't run at all, so CONFIG_VDA ends up undefined.
This commit is contained in:
wm4 2013-08-24 19:45:30 +02:00
parent 47e92b2f88
commit 20e2d74440
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2819,6 +2819,7 @@ else
fi
echores "$libpostproc"
def_vda='#define CONFIG_VDA 0'
if darwin ; then