diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2006-02-12 02:18:37 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2006-02-12 02:18:37 +0000 |
commit | aafaeabb47416fdb264205086c0c272a926b95cb (patch) | |
tree | 032b3d3ba70b5689f31364c38875135fc15f167a /libavformat/Makefile | |
parent | a24c4a2ae44fb81175f6a3aa846820fb201b3135 (diff) | |
download | ffmpeg-aafaeabb47416fdb264205086c0c272a926b95cb.tar.gz |
tta demuxer, also usable for moving tta audio data into an other container
Originally committed as revision 4997 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 f0dce237c9..2621f90e88 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -23,7 +23,7 @@ OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o img2.o raw.o rm.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 \ ogg2.o oggparsevorbis.o oggparsetheora.o oggparseflac.o daud.o aiff.o \ - voc.o + voc.o tta.o # muxers ifeq ($(CONFIG_MUXERS),yes) |