gstreamer/libs/gst/check
Jan Schmidt 5ad1430ce9 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 instea...
Original commit message from CVS:
* 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.
2006-09-28 11:11:28 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
gstbufferstraw.c Make gstcheck stuff show up in docs (still needs to be documented properly though). 2006-08-17 10:46:19 +00:00
gstbufferstraw.h libs/gst/check/Makefile.am (libgstcheck_@GST_MAJORMINOR@include_HEADERS) 2006-07-21 15:48:04 +00:00
gstcheck.c libs/gst/check/gstcheck.c: if we get the wrong message, give us the types as string 2006-07-02 23:22:31 +00:00
gstcheck.h libs/gst/check/gstcheck.h: Use const gchar * variables in fail_unless_equals_string macro to avoid compiler warnings ... 2006-08-15 18:29:22 +00:00
Makefile.am 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 instea... 2006-09-28 11:11:28 +00:00