From b3595da577db884a554bdd372d4d45866987d19c Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 31 Jan 2008 15:52:18 +0000 Subject: [PATCH] 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. --- ChangeLog | 10 ++++++++++ ext/faad/gstfaad.c | 2 +- tests/icles/Makefile.am | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f33983fa31..255b76e77b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-01-31 Jan Schmidt + + * 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. + 2008-01-31 Sebastian Dröge * ext/metadata/Makefile.am: diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index a2506ab8fc..b20304f28f 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -441,7 +441,7 @@ gst_faad_chanpos_from_gst (GstAudioChannelPosition * pos, guint num) static GstAudioChannelPosition * gst_faad_chanpos_to_gst (GstFaad * faad, guchar * fpos, guint num, - GstAudioChannelPosition * channel_map_failed) + gboolean * channel_map_failed) { GstAudioChannelPosition *pos = g_new (GstAudioChannelPosition, num); guint n; diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index dcf4f29bda..db5a16c188 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