summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-24 19:45:30 +0200
committerwm4 <wm4@nowhere>2013-08-24 19:45:30 +0200
commit20e2d74440921810fb610887aaee0a03e4016e78 (patch)
tree12607431680c1a757e9a5f5eda74151c5aa06c61
parent47e92b2f884d4dd831e3e59ae9c692b460ef8dc3 (diff)
downloadmpv-20e2d74440921810fb610887aaee0a03e4016e78.tar.bz2
mpv-20e2d74440921810fb610887aaee0a03e4016e78.tar.xz
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.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 95da109f4f..64cb7ea7ac 100755
--- a/configure
+++ b/configure
@@ -2819,6 +2819,7 @@ else
fi
echores "$libpostproc"
+def_vda='#define CONFIG_VDA 0'
if darwin ; then