summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e54bcc2209..8147c95bee 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -23,15 +23,17 @@ OBJS+= asf.o
OBJS+= asf-enc.o
endif
+AMROBJS=
ifeq ($(AMR_NB),yes)
-OBJS+= amr.o
+AMROBJS= amr.o
endif
ifeq ($(AMR_NB_FIXED),yes)
-OBJS+= amr.o
+AMROBJS= amr.o
endif
ifeq ($(AMR_WB),yes)
-OBJS+= amr.o
+AMROBJS= amr.o
endif
+OBJS+= $(AMROBJS)
# image formats
OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o