diff options
author | Måns Rullgård <mans@mansr.com> | 2005-05-11 16:38:34 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2005-05-11 16:38:34 +0000 |
commit | 1ed923eab332bf55fd18603ed7b66432142ded67 (patch) | |
tree | 6ca0084c7625928f7b095cee8e78a9ae4d2c6f19 /libavformat/Makefile | |
parent | ef56de328ffc990ee0b411f1ff3d86a25d7d1b98 (diff) | |
download | ffmpeg-1ed923eab332bf55fd18603ed7b66432142ded67.tar.gz |
support theora in ogg, plus required ogg core changes
Originally committed as revision 4217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 83259b2fc0..02e8a85baf 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -17,7 +17,7 @@ OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o img2.o raw.o rm.o \ yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.o \ nut.o wc3movie.o mp3.o westwood.o segafilm.o idcin.o flic.o \ sierravmd.o matroska.o sol.o electronicarts.o nsvdec.o asf.o asf-enc.o \ - ogg2.o oggparsevorbis.o + ogg2.o oggparsevorbis.o oggparsetheora.o AMROBJS= ifeq ($(AMR_NB),yes) AMROBJS= amr.o |