Support for x86 and MIPS architectures, ffmpeg and Boost are disabled when compiling for them.

This commit is contained in:
Sergii Pylypenko
2013-11-25 20:04:46 +02:00
parent 784ddc3520
commit 7303d1b4d9
8 changed files with 25 additions and 267 deletions

View File

@@ -5,6 +5,8 @@
LOCAL_PATH:=$(call my-dir)
#FFMPEG_REBUILD_FROM_SOURCE:=yes
ifeq ($(TARGET_ARCH),arm)
ifneq ($(FFMPEG_REBUILD_FROM_SOURCE),yes)
# FFMPEG compilation is hacky and buggy, so we're using prebuilt libraries by default
@@ -626,5 +628,7 @@ ifeq ($(CONFIG_FFSERVER),yes)
endif
#========================================================================
endif #CONFIG_FFMPEG_COMPILE_TOOLS
endif
endif
endif # notdir $(LOCAL_PATH)),ffmpeg
endif # FFMPEG_REBUILD_FROM_SOURCE),yes
endif # $(TARGET_ARCH),arm