[MPlayer-cvslog] CVS: main configure,1.1070,1.1071
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Oct 5 00:47:15 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1652
Modified Files:
configure
Log Message:
Shut up jack pkg-config.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1070
retrieving revision 1.1071
diff -u -r1.1070 -r1.1071
--- configure 4 Oct 2005 17:58:11 -0000 1.1070
+++ configure 4 Oct 2005 22:47:13 -0000 1.1071
@@ -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
More information about the MPlayer-cvslog
mailing list