diff options
author | François Revol <revol@free.fr> | 2002-11-02 10:39:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-02 10:39:22 +0000 |
commit | 3f95e8434b170ae91e3dc5397d9e88da6d5acba7 (patch) | |
tree | a7db4a7bbf07d078a5a6116f723f4c0eaff93eed /libavcodec/Makefile | |
parent | 9ddd71fc6063b357344f81a0f704c1d04f584ada (diff) | |
download | ffmpeg-3f95e8434b170ae91e3dc5397d9e88da6d5acba7.tar.gz |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
contribution by Laszlo Torok <torokl@alpha.dfmk.hu>
4CC 'MAC3' and 'MAC6' in Quicktime.
It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :)
patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 731410af51..4671291d5b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -16,7 +16,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ motion_est.o imgconvert.o imgresample.o msmpeg4.o \ mpeg12.o h263dec.o svq1.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \ ratecontrol.o adpcm.o eval.o dv.o error_resilience.o \ - wmadec.o fft.o mdct.o + wmadec.o fft.o mdct.o mace.o ASM_OBJS= # currently using liba52 for ac3 decoding |