diff options
author | joca@rixmail.se <joca@rixmail.se> | 2003-05-14 11:40:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-14 11:40:16 +0000 |
commit | 891f64b33972bb35f64d0b7ae0928004ff278f5b (patch) | |
tree | b60d7b79b58c97259c991b10e6fec7b43eac34c7 /libavcodec/Makefile | |
parent | 17fb5fd34e96ce472019d4f2b8d798bbd885a24b (diff) | |
download | ffmpeg-891f64b33972bb35f64d0b7ae0928004ff278f5b.tar.gz |
AMR-NB audio support patch by (<joca at rixmail dot se>)
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0ef7e17daa..ae76d0036a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -18,6 +18,11 @@ OBJS= common.o utils.o mem.o allcodecs.o \ ratecontrol.o adpcm.o eval.o dv.o error_resilience.o \ fft.o mdct.o mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o \ vp3.o + +ifeq ($(AMR_NB),yes) +OBJS+= amr.o +endif + ASM_OBJS= # codecs which are patented in some non free countries like the us |