Use a custom export symbol regex for libgstcheck, as it needs to export symbols that...
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 25 Oct 2007 14:50:48 +0000 (14:50 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 25 Oct 2007 14:50:48 +0000 (14:50 +0000)
commitd7cbd5de3329485d06f966c89753797af5d60318
treeb4fd39f2bacbbd53ee6f5994e0d1eb0fa6175d69
parentbff7cbd8458ef0bf7476c4aa545a7deaf8527987
Use a custom export symbol regex for libgstcheck, as it needs to export symbols that don't match the standard GStream...

Original commit message from CVS:
* configure.ac:
* libs/gst/check/Makefile.am:
Use a custom export symbol regex for libgstcheck, as it needs
to export symbols that don't match the standard GStreamer gst_*
pattern, and  --export-dynamic is not portable (only works on
GNU ld)
* libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
(gst_check_setup_sink_pad):
Make sure to pass a message parameter to the fail_* macros.
* tests/check/gst/gstinfo.c: (GST_START_TEST):
Fix some compiler warnings.
ChangeLog
configure.ac
libs/gst/check/Makefile.am
libs/gst/check/gstcheck.c
tests/check/gst/gstinfo.c