1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-27 18:13:15 +00:00

fix HAVE_JACK being undefined

Holy inconsistency, let's just kill it with waf.
This commit is contained in:
wm4 2013-11-04 00:48:29 +01:00
parent 222cfe7fe6
commit 00de1320b0

1
configure vendored
View File

@ -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"