Update of /cvsroot/xine/xine-lib/src/libffmpeg
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4789/src/libffmpeg

Modified Files:
        Makefile.am 
Log Message:
Fix crosscompile to use build and host definition from autoconf, rather than 
using hacksaround. Also replace the whole pthread check with an improved macro 
originally written for XCB, this way it's not going to try linking the fake 
-lpthread on Darwin, and it also does not force a -I/usr/local/include on 
FreeBSD. The new macro respects the same variables set by ports, so that it's 
even more transparent to FreeBSD users.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libffmpeg/Makefile.am,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile.am 14 Jan 2007 17:16:14 -0000      1.48
+++ Makefile.am 22 Mar 2007 20:44:59 -0000      1.49
@@ -38,7 +38,7 @@
 xineplug_decode_ff_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
 xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @IMPURE_TEXT_LDFLAGS@
 xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm $(ZLIB_LIBS) \
-       $(link_ffmpeg) $(THREAD_LIBS)
+       $(link_ffmpeg) $(PTHREAD_LIBS)
 
 xineplug_decode_dvaudio_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
 xineplug_decode_dvaudio_la_LDFLAGS = -avoid-version -module


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to