mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Upgrade to FFmpeg 3 / clang.
This commit is contained in:
parent
a1799ab4ea
commit
316b7457b9
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ LOCAL_C_INCLUDES := \
|
|||
$(LOCAL_PATH)
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := native libzip glslang
|
||||
LOCAL_LDLIBS := -lz -landroid -lGLESv2 -lOpenSLES -lEGL -ldl -llog
|
||||
LOCAL_LDLIBS := -lz -landroid -lGLESv2 -lOpenSLES -lEGL -ldl -llog -latomic
|
||||
|
||||
# ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
ifeq ($(findstring armeabi-v7a,$(TARGET_ARCH_ABI)),armeabi-v7a)
|
||||
|
|
2
ffmpeg
2
ffmpeg
|
@ -1 +1 @@
|
|||
Subproject commit a7cae9c5a5b48e903ae97f4c8afecc82b41eb218
|
||||
Subproject commit b49a12fcafbdd62326556a7587517362a05d2cba
|
Loading…
Add table
Reference in a new issue