mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-03 06:27:44 +08:00
make it compatible with older make (debian stable - make 3.79.1)
Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -21,7 +21,13 @@ ifeq ($(CONFIG_RISKY),yes)
|
|||||||
OBJS+= asf.o
|
OBJS+= asf.o
|
||||||
endif
|
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
|
OBJS+= amr.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user