diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-09-28 20:34:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-09-28 20:34:11 +0000 |
commit | d663a1fdc0fd405aafabc9bca6d19d02ca640df9 (patch) | |
tree | 7b8bbe5e7c61c935111aa68aec37fdd441e1327c /libavformat/Makefile | |
parent | cd1f22f97e9cec9a64c41f33dfd9658c73461270 (diff) | |
download | ffmpeg-d663a1fdc0fd405aafabc9bca6d19d02ca640df9.tar.gz |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index e653e3e344..b0977e8398 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -21,7 +21,7 @@ ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o endif -ifeq ($(AMR_NB),yes) +ifeq ($(AMR_NB),yes) | ifeq ($(AMR_NB_FIXED),yes) | ifeq ($(AMR_WB),yes) OBJS+= amr.o endif |