ffmpeg: disable resample
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 28 Feb 2011 09:37:34 +0000 (10:37 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 28 Feb 2011 11:13:17 +0000 (12:13 +0100)
ext/ffmpeg/Makefile.am
ext/ffmpeg/gstffmpeg.c

index 3c02817..bd9e6b4 100644 (file)
@@ -15,8 +15,9 @@ libgstffmpeg_la_SOURCES = gstffmpeg.c \
                          gstffmpegcfg.c        \
                          gstffmpegdemux.c      \
                          gstffmpegmux.c    \
-                         gstffmpegdeinterlace.c        \
-                         gstffmpegaudioresample.c
+                         gstffmpegdeinterlace.c
+#\
+#                        gstffmpegaudioresample.c
 #      \
 #                        gstffmpegscale.c
 
index 245ff60..a69bf49 100644 (file)
@@ -148,8 +148,8 @@ plugin_init (GstPlugin * plugin)
 #endif
 #if 0
   gst_ffmpegcsp_register (plugin);
-#endif
   gst_ffmpegaudioresample_register (plugin);
+#endif
 
   register_protocol (&gstreamer_protocol);
   register_protocol (&gstpipe_protocol);