summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-09-28 20:34:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-28 20:34:11 +0000
commitd663a1fdc0fd405aafabc9bca6d19d02ca640df9 (patch)
tree7b8bbe5e7c61c935111aa68aec37fdd441e1327c /libavformat/Makefile
parentcd1f22f97e9cec9a64c41f33dfd9658c73461270 (diff)
downloadffmpeg-streaming-d663a1fdc0fd405aafabc9bca6d19d02ca640df9.zip
ffmpeg-streaming-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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e653e3e..b0977e8 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
OpenPOWER on IntegriCloud