Small fix to compiler flags

This commit is contained in:
Sergii Pylypenko
2013-02-21 18:31:22 +02:00
parent fff7a99a41
commit e43596afbd
3 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := gnustl_static
APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
APP_PLATFORM := android-14 # Android 4.0, it should be backward compatible to previous versions
APP_PIE := false # This feature makes executables incompatible to Android API 15 or lower
include jni/Settings.mk

1
project/jni/swresample Symbolic link
View File

@@ -0,0 +1 @@
ffmpeg