Skip to content

Commit

Permalink
Experimental upgrade to FFmpeg 3 / clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed May 23, 2016
1 parent d053407 commit 5117edf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
[submodule "lang"]
path = lang
url = https://github.com/hrydgard/ppsspp-lang.git
# URL change TEMPORARY, not meant for merge.
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/hrydgard/ppsspp-ffmpeg.git
url = https://github.com/unknownbrackets/ppsspp-ffmpeg.git
[submodule "dx9sdk"]
path = dx9sdk
url = https://github.com/hrydgard/minidx9.git
Expand Down
2 changes: 1 addition & 1 deletion android/jni/Locals.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg
Submodule ffmpeg updated 2711 files

0 comments on commit 5117edf

Please sign in to comment.