diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-03-06 00:43:55 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-03-06 00:43:55 +0000 |
commit | 6d6d7970e7c0ae1bf3f0e015d3c22723ed5b1a28 (patch) | |
tree | d31dea6d1e1a23066c169eecaa91d3eb8bc279fd /libavcodec/Makefile | |
parent | 2a515c08f25dc4c78c09b4600358574ef34b4ea5 (diff) | |
download | ffmpeg-6d6d7970e7c0ae1bf3f0e015d3c22723ed5b1a28.tar.gz |
first pass at ALAC decoder from David Hammerton; while David's original
decoder works great, this decoder is not completely and seamlessly
integrated yet with FFmpeg
Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0ee56e6b0b..25c7adf80a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1,6 +1,6 @@ # # libavcodec Makefile -# (c) 2000-2003 Fabrice Bellard +# (c) 2000-2005 Fabrice Bellard # include ../config.mak @@ -22,7 +22,8 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \ smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \ flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \ qdrw.o xl.o rangecoder.o png.o pnm.o qpeg.o vc9.o h263.o h261.o \ - msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o + msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o \ + alac.o AMROBJS= ifeq ($(AMR_NB),yes) |