Files
video-orchestra/android/jni/Application.mk

11 lines
249 B
Makefile

# Application.mk for VP9 Orchestra
APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
APP_PLATFORM := android-21
APP_STL := c++_shared
APP_CPPFLAGS := -frtti -fexceptions
APP_OPTIM := release
# For debugging
# APP_OPTIM := debug
# APP_CPPFLAGS += -DDEBUG