Mercurial > libavcodec.hg
diff Makefile @ 1258:802614404398 libavcodec
AMR-NB audio support patch by (<joca at rixmail dot se>)
author | michaelni |
---|---|
date | Wed, 14 May 2003 11:40:16 +0000 |
parents | 26827e6ae6dd |
children | e8c3884f2c7e |
line wrap: on
line diff
--- a/Makefile Wed May 14 10:55:59 2003 +0000 +++ b/Makefile Wed May 14 11:40:16 2003 +0000 @@ -18,6 +18,11 @@ 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