Small fix to ffmpeg

This commit is contained in:
Sergii Pylypenko
2013-02-22 15:00:38 +02:00
parent 190ea43d33
commit fd96ba8557

View File

@@ -7,7 +7,7 @@ LOCAL_PATH:=$(call my-dir)
ifeq ($(notdir $(LOCAL_PATH)),ffmpeg) # Build only from ffmpeg directory, ignore symlinks
FFMPEG_ROOT_DIR := $(LOCAL_PATH)
FFMPEG_CONFIG_DIR := android/build
FFMPEG_CONFIG_DIR := android/$(TARGET_ARCH_ABI)
VERSION_SUFFIX := -$(shell (cat $(FFMPEG_ROOT_DIR)/RELEASE))