summaryrefslogtreecommitdiffstats
path: root/gst-libs/ext
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-28 12:20:52 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-28 12:20:52 +0000
commit61a739d5fed74d9ab041ee6aafc83f2075585db3 (patch)
tree971fbe3afcd57b0725d76f925ca2f860ecac840b /gst-libs/ext
parent2b0095e84f53b871f821ef7cce12b276fb53c7c2 (diff)
downloadgst-plugins-bad-61a739d5fed74d9ab041ee6aafc83f2075585db3.tar.gz
gst-plugins-bad-61a739d5fed74d9ab041ee6aafc83f2075585db3.tar.bz2
gst-plugins-bad-61a739d5fed74d9ab041ee6aafc83f2075585db3.zip
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
Diffstat (limited to 'gst-libs/ext')
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 00a5af77..743c39dc 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 \