diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-05 23:38:23 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-05 23:38:23 +0000 |
commit | 5f54ebdc1f14046bdb117639bfe1210048ad78cd (patch) | |
tree | e6539881a526a661135ee71d2b87f2231f1fa454 /ChangeLog | |
parent | 563144ad3a53d1428848cef045901d0278d59572 (diff) | |
download | gst-plugins-bad-5f54ebdc1f14046bdb117639bfe1210048ad78cd.tar.gz gst-plugins-bad-5f54ebdc1f14046bdb117639bfe1210048ad78cd.tar.bz2 gst-plugins-bad-5f54ebdc1f14046bdb117639bfe1210048ad78cd.zip |
configure.ac: don't compile faad plugin if a RC of 2.0 is found
Original commit message from CVS:
* configure.ac:
don't compile faad plugin if a RC of 2.0 is found
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc):
try to make Solaris compiler happier
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * configure.ac: + don't compile faad plugin if a RC of 2.0 is found + + * gst/asfdemux/gstasfdemux.c: + (gst_asf_demux_process_ext_content_desc): + try to make Solaris compiler happier + 2005-01-06 Paul Jack <pjack@sfaf.org> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |