Fix h264 build by default
This commit is contained in:
parent
bf0ea60243
commit
0041487d0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ root-dir:=$(APP_PROJECT_PATH)
|
|||
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
BUILD_X264?=1
|
||||
BUILD_X264=1
|
||||
LINPHONE_VIDEO=1
|
||||
else
|
||||
BUILD_X264=0
|
||||
|
|
Loading…
Reference in a new issue