diff options
author | Christophe Fergeau <teuf@gnome.org> | 2006-03-11 11:12:30 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2006-03-11 11:12:30 +0000 |
commit | b9571c8b4605d77cd723a4ee0978fab55899bde8 (patch) | |
tree | c8b6f358ba4bdcfef429a10d7f63fd248c181c0d /configure.ac | |
parent | a1b0d326a7f4ef4287d77b6565df7841a6d091b4 (diff) | |
download | gst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.tar.gz gst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.tar.bz2 gst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.zip |
added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files)
Original commit message from CVS:
2006-03-11 Christophe Fergeau <teuf@gnome.org>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
* gst/xingheader/Makefile.am:
* gst/xingheader/gstxingmux.c:
* gst/xingheader/gstxingmux.h: added new element to add Xing headers
to MP3 files (this allows decoder to figure out the length of VBR
files)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 22a8a648..5f509387 100644 --- a/configure.ac +++ b/configure.ac @@ -285,6 +285,7 @@ GST_PLUGINS_ALL="\ freeze \ speed \ qtdemux \ + xingheader \ tta \ " @@ -730,6 +731,7 @@ gst/modplug/libmodplug/Makefile gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile +gst/xingheader/Makefile sys/Makefile sys/glsink/Makefile sys/ximagesrc/Makefile |