Commit ed1c627b authored by alex's avatar alex

make it compatible with older make (debian stable - make 3.79.1)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01707667
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment