From 5dbec4ecf422943e0a9b7dadb16106b29e0753ca Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Thu, 11 Jan 2007 11:39:56 +0000 Subject: Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't support seeking yet, but seems to work fi... Original commit message from CVS: Patch by: Jens Granseuer * configure.ac: * gst/mve/Makefile.am: * gst/mve/TODO: * gst/mve/gstmve.c: * gst/mve/gstmvedemux.c: * gst/mve/gstmvedemux.h: * gst/mve/gstmvemux.c: * gst/mve/gstmvemux.h: * gst/mve/mve.h: * gst/mve/mveaudiodec.c: * gst/mve/mveaudioenc.c: * gst/mve/mvevideodec16.c: * gst/mve/mvevideodec8.c: * gst/mve/mvevideoenc16.c: * gst/mve/mvevideoenc8.c: Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't support seeking yet, but seems to work fine otherwise. Closes #348973. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ac0bf2ce..3790a6f7 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,7 @@ GST_PLUGINS_ALL="\ nuvdemux \ modplug \ multifile \ + mve \ nsf \ replaygain \ spectrum \ @@ -924,10 +925,11 @@ gst/h264parse/Makefile gst/interleave/Makefile gst/librfb/Makefile gst/modplug/Makefile -gst/nuvdemux/Makefile gst/modplug/libmodplug/Makefile gst/multifile/Makefile +gst/mve/Makefile gst/nsf/Makefile +gst/nuvdemux/Makefile gst/replaygain/Makefile gst/spectrum/Makefile gst/speed/Makefile -- cgit v1.2.1