mirror of https://github.com/mpv-player/mpv
Shut up jack pkg-config.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
42f5436396
commit
0958cf761b
|
@ -4631,7 +4631,7 @@ int main(void) { jack_client_new("test"); return 0; }
|
|||
EOF
|
||||
if cc_check -ljack ; then
|
||||
_ld_jack="-ljack"
|
||||
elif cc_check `pkg-config --libs --cflags jack` ; then
|
||||
elif cc_check `pkg-config --libs --cflags --silence-errors jack` ; then
|
||||
_ld_jack="`pkg-config --libs jack`"
|
||||
_inc_jack="`pkg-config --cflags jack`"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue