Mercurial > mplayer.hg
changeset 16668:de87e6b2a4c7
Shut up jack pkg-config.
author | diego |
---|---|
date | Tue, 04 Oct 2005 22:47:13 +0000 |
parents | 27a2bc4aad72 |
children | 42fcf3149e09 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Oct 04 22:23:51 2005 +0000 +++ b/configure Tue Oct 04 22:47:13 2005 +0000 @@ -4631,7 +4631,7 @@ 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