diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2005-09-02 19:18:59 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2005-09-02 19:18:59 +0000 |
commit | b93f738fde5d9eb626fc59d05e8300b8f411c099 (patch) | |
tree | a785535a181014723b331f51d77961ae9418f413 /libavformat/Makefile | |
parent | b461b3bc4a14fe86aba4ed8e9adf30ab262896a2 (diff) | |
download | ffmpeg-b93f738fde5d9eb626fc59d05e8300b8f411c099.tar.gz |
Support D-Cinema audio demuxing.
Originally committed as revision 4549 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 6352f935d5..ea486a77db 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 oggparsetheora.o oggparseflac.o + ogg2.o oggparsevorbis.o oggparsetheora.o oggparseflac.o daud.o AMROBJS= ifeq ($(AMR_NB),yes) AMROBJS= amr.o |