diff --git a/project/jni/Application.mk b/project/jni/Application.mk index 67c270a22..68afef587 100644 --- a/project/jni/Application.mk +++ b/project/jni/Application.mk @@ -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 diff --git a/project/jni/avcore b/project/jni/avresample similarity index 100% rename from project/jni/avcore rename to project/jni/avresample diff --git a/project/jni/swresample b/project/jni/swresample new file mode 120000 index 000000000..a9f1eea09 --- /dev/null +++ b/project/jni/swresample @@ -0,0 +1 @@ +ffmpeg \ No newline at end of file