summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-04 00:48:29 +0100
committerwm4 <wm4@nowhere>2013-11-04 00:48:29 +0100
commit00de1320b0c94d29bfcb211836aa5d192ba09f70 (patch)
tree4fa47c41ebd2808ac68891f8be5a0b0fd75e76ef /configure
parent222cfe7fe6e1787b12886da109efc9532932f2bb (diff)
downloadmpv-00de1320b0c94d29bfcb211836aa5d192ba09f70.tar.bz2
mpv-00de1320b0c94d29bfcb211836aa5d192ba09f70.tar.xz
fix HAVE_JACK being undefined
Holy inconsistency, let's just kill it with waf.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6eb4e63caf..fd76f5d1ad 100755
--- a/configure
+++ b/configure
@@ -2391,6 +2391,7 @@ if test "$_jack" = yes ; then
def_jack='#define HAVE_JACK 1'
aomodules="jack $aomodules"
else
+ def_jack='#define HAVE_JACK 0'
noaomodules="jack $noaomodules"
fi
echores "$_jack"