From b9571c8b4605d77cd723a4ee0978fab55899bde8 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sat, 11 Mar 2006 11:12:30 +0000 Subject: added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: 2006-03-11 Christophe Fergeau Reviewed by: Tim-Philipp Müller * 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) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1