From: Ronald S. Bultje Date: Tue, 28 Oct 2003 12:20:52 +0000 (+0000) Subject: Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got... X-Git-Tag: 1.19.3~511^2~15205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b58a5e865bed6c87d17cad2bd3a411f15fe8419;p=platform%2Fupstream%2Fgstreamer.git Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already Original commit message from CVS: Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already --- diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 00a5af7..743c39d 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -153,7 +153,6 @@ libavformat_la_SOURCES = \ ffmpeg/libavformat/mpegtsenc.c \ ffmpeg/libavformat/mpjpeg.c \ ffmpeg/libavformat/nut.c \ - ffmpeg/libavformat/ogg.c \ ffmpeg/libavformat/os_support.c \ ffmpeg/libavformat/png.c \ ffmpeg/libavformat/pnm.c \ @@ -257,7 +256,6 @@ libavcodec_la_SOURCES = \ ffmpeg/libavcodec/msmpeg4.c \ ffmpeg/libavcodec/msrle.c \ ffmpeg/libavcodec/msvideo1.c \ - ffmpeg/libavcodec/oggvorbis.c \ ffmpeg/libavcodec/opts.c \ ffmpeg/libavcodec/pcm.c \ ffmpeg/libavcodec/ra144.c \