summaryrefslogtreecommitdiffstats
path: root/tests/icles
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-01-31 15:52:18 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-01-31 15:52:18 +0000
commitb3595da577db884a554bdd372d4d45866987d19c (patch)
treedbb3a334754e36a17bcc731a7c8607a9817f0cfe /tests/icles
parent19407ba0a127dccc6e8fb10d436c36daadce7919 (diff)
downloadgst-plugins-bad-b3595da577db884a554bdd372d4d45866987d19c.tar.gz
gst-plugins-bad-b3595da577db884a554bdd372d4d45866987d19c.tar.bz2
gst-plugins-bad-b3595da577db884a554bdd372d4d45866987d19c.zip
ext/faad/gstfaad.c: Fix compiler warning by making the function signature match what everyone is passing in...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst): Fix compiler warning by making the function signature match what everyone is passing in... * tests/icles/Makefile.am: Fix the build on Solaris by removing GNU ld specific flags that look unnecessary.
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index dcf4f29b..db5a16c1 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -24,7 +24,6 @@ metadata_editor_CFLAGS = \
metadata_editor_LDADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) \
$(GLADE_LIBS)
-metadata_editor_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-export-dynamic
else
GST_METADATA_TESTS =
endif