summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorjoca@rixmail.se <joca@rixmail.se>2003-05-14 11:40:16 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-14 11:40:16 +0000
commit891f64b33972bb35f64d0b7ae0928004ff278f5b (patch)
treeb60d7b79b58c97259c991b10e6fec7b43eac34c7 /libavcodec/Makefile
parent17fb5fd34e96ce472019d4f2b8d798bbd885a24b (diff)
downloadffmpeg-streaming-891f64b33972bb35f64d0b7ae0928004ff278f5b.zip
ffmpeg-streaming-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/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0ef7e17..ae76d00 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
OpenPOWER on IntegriCloud