diff --git a/libavformat/Makefile b/libavformat/Makefile index de385a53c5..e834d37ea8 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -21,7 +21,13 @@ ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o endif -ifeq ($(AMR_NB),yes) | ifeq ($(AMR_NB_FIXED),yes) | ifeq ($(AMR_WB),yes) +ifeq ($(AMR_NB),yes) +OBJS+= amr.o +endif +ifeq ($(AMR_NB_FIXED),yes) +OBJS+= amr.o +endif +ifeq ($(AMR_WB),yes) OBJS+= amr.o endif