diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-01-31 15:52:18 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-01-31 15:52:18 +0000 |
commit | b3595da577db884a554bdd372d4d45866987d19c (patch) | |
tree | dbb3a334754e36a17bcc731a7c8607a9817f0cfe /ChangeLog | |
parent | 19407ba0a127dccc6e8fb10d436c36daadce7919 (diff) | |
download | gst-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com> + + * 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 <slomo@circular-chaos.org> * ext/metadata/Makefile.am: |