diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-06-05 14:30:52 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-06-05 14:30:52 +0000 |
commit | bc634f6fc2e89890b99cd20d8349046ffc0d4bfe (patch) | |
tree | 4fb72aa461f13ca2bd2b9184e1173893481b78f7 /libavformat/Makefile | |
parent | 67f7f316976ad7bbe63795b536cd53038a2106bf (diff) | |
download | ffmpeg-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/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 670493e168..a9b8b65dee 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 |