Fixed FFMPEG compilation with NDK r8e

This commit is contained in:
pelya
2013-03-22 13:03:53 +02:00
parent aaefca9f02
commit 030befc88a
3 changed files with 25 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ FFNAME := $(NAME)
FFLIBS += $(FFLIBS-yes)
#FFLIBS := $(foreach NAME, $(FFLIBS), lib$(NAME)$(VERSION_SUFFIX))
FFLIBS := $(foreach NAME, $(FFLIBS), $(NAME))
ifeq ($(FFNAME),avfilter)
FFLIBS += avcodec avformat swscale
endif
FFLIBS := $(sort $(FFLIBS))
FFCFLAGS := -DHAVE_AV_CONFIG_H $(CFLAGS) \