Update of /cvsroot/xine/xine-lib/src/combined
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15586/src/combined
Modified Files:
Makefile.am
Log Message:
Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags)
variable can be injected in _LDFLAGS for the xine plugins, and already provides
-avoid-version -module and -Wl,-z,defs if supported. Right now only wavpack
plugin actually make use of this but that can be fixed as the Makefiles are
edited.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/combined/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 24 Jan 2007 05:04:26 -0000 1.2
+++ Makefile.am 21 Feb 2007 23:07:45 -0000 1.3
@@ -9,4 +9,4 @@
xineplug_wavpack_la_SOURCES = demux_wavpack.c decoder_wavpack.c
combined_wavpack.c combined_wavpack.h
xineplug_wavpack_la_CFLAGS = $(WAVPACK_CFLAGS) -I$(srcdir)/../demuxers
xineplug_wavpack_la_LIBADD = $(XINE_LIB) $(WAVPACK_LIBS)
-xineplug_wavpack_la_LDFLAGS = -avoid-version -module
+xineplug_wavpack_la_LDFLAGS = $(xineplug_ldflags)
-------------------------------------------------------------------------
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