[gst-cvs] thaytan gstreamer: gstreamer/ gstreamer/libs/gst/check/
Jan Schmidt
thaytan at kemper.freedesktop.org
Thu Sep 28 04:11:40 PDT 2006
CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: thaytan
Date: Thu Sep 28 2006 11:11:40 UTC
Log message:
* configure.ac:
Don't pull in gmodule-2.0.pc as a dependency in our .pc files - we
want gmodule-no-export-2.0.pc instead so that we don't drag in
--export-dynamic on every project that links to GStreamer.
Also, make our export regex only match the start of symbols, rather
than any symbol that contains '_gst' somewhere.
* libs/gst/check/Makefile.am:
The libgstcheck we build does however need export-dynamic, as it
produces some symbols that don't match our _gst... style regex.
Modified files:
. : ChangeLog configure.ac
libs/gst/check : Makefile.am
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.2828&r2=1.2829
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/configure.ac.diff?r1=1.484&r2=1.485
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/libs/gst/check/Makefile.am.diff?r1=1.6&r2=1.7
More information about the Gstreamer-commits
mailing list