From 20e2d74440921810fb610887aaee0a03e4016e78 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Aug 2013 19:45:30 +0200 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 -- cgit v1.2.3