mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
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
This commit is contained in:
parent
23a756b6c8
commit
6e6ad61fb1
1 changed files with 0 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue