summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-06-05 14:30:52 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-06-05 14:30:52 +0000
commitbc634f6fc2e89890b99cd20d8349046ffc0d4bfe (patch)
tree4fb72aa461f13ca2bd2b9184e1173893481b78f7 /libavformat/Makefile
parent67f7f316976ad7bbe63795b536cd53038a2106bf (diff)
downloadffmpeg-streaming-bc634f6fc2e89890b99cd20d8349046ffc0d4bfe.zip
ffmpeg-streaming-bc634f6fc2e89890b99cd20d8349046ffc0d4bfe.tar.gz
* 3gp patch by Joca
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 670493e..a9b8b65 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -20,6 +20,10 @@ ifeq ($(CONFIG_RISKY),yes)
OBJS+= asf.o
endif
+ifeq ($(AMR_NB),yes)
+OBJS+= amr.o
+endif
+
# image formats
OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o
# file I/O
OpenPOWER on IntegriCloud