Skip to content

Commit f8884c8

Browse files
goffioulcwhuang
authored andcommitted
Port to pie-x86
1 parent 74d7579 commit f8884c8

12 files changed

+411
-422
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ LOCAL_PATH := $(call my-dir)
2121
SF_COMMON_MK := $(LOCAL_PATH)/common.mk
2222
AV_CODEC_LIB := $(if $(filter true,$(BOARD_USE_LIBAV)),libav,ffmpeg)
2323

24-
#include $(call first-makefiles-under,$(LOCAL_PATH))
24+
include $(call first-makefiles-under,$(LOCAL_PATH))

extractor/Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ LOCAL_SRC_FILES := \
77

88
LOCAL_SHARED_LIBRARIES += \
99
libbinder \
10-
libmedia \
10+
libmediaextractor \
1111
libffmpeg_utils \
1212
liblog \
1313

1414
LOCAL_MODULE:= libffmpeg_extractor
15+
LOCAL_MODULE_RELATIVE_PATH := extractors
1516

1617
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)