Update of /cvsroot/xine/xine-lib/contrib/ffmpeg
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16783

Modified Files:
      Tag: ffmpeg_integration
        makefile.xine.in 
Log Message:
Pass the visibility flag in the CFLAGS too, so that the symbols are not 
exported.


Index: makefile.xine.in
===================================================================
RCS file: /cvsroot/xine/xine-lib/contrib/ffmpeg/Attic/makefile.xine.in,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- makefile.xine.in    2 Dec 2006 01:19:48 -0000       1.1.2.1
+++ makefile.xine.in    2 Dec 2006 01:40:58 -0000       1.1.2.2
@@ -2,6 +2,7 @@
 CC = @CC@
 CFLAGS = @CFLAGS@
 LDFLAGS = @LDFLAGS@
+VISIBILITY_FLAG = @VISIBILITY_FLAG@
 
 config.mak: $(srcdir)/configure makefile.xine
        $(srcdir)/configure \
@@ -12,7 +13,7 @@
                --disable-strip \
                --make="$(MAKE)" \
                --cc="$(CC)" \
-               --extra-cflags="$(CFLAGS) -fPIC -DPIC" \
+               --extra-cflags="$(CFLAGS) $(VISIBILITY_FLAG) -fPIC -DPIC" \
                --extra-ldflags="$(LDFLAGS)" \
                --enable-gpl \
                --enable-pthreads \


-------------------------------------------------------------------------
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