[MPlayer-cvslog] r28242 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jan 4 12:52:37 CET 2009


Author: reimar
Date: Sun Jan  4 12:52:37 2009
New Revision: 28242

Log:
Update JACK configure test to match r28241

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan  4 12:51:11 2009	(r28241)
+++ trunk/configure	Sun Jan  4 12:52:37 2009	(r28242)
@@ -5242,7 +5242,7 @@ if test "$_jack" = auto ; then
 
 cat > $TMPC << EOF
 #include <jack/jack.h>
-int main(void) { jack_client_new("test"); return 0; }
+int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
 EOF
   if cc_check -ljack ; then
     _libs_mplayer="$_libs_mplayer -ljack"



More information about the MPlayer-cvslog mailing list