mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Blackberry: Use -O2 instead of -O3 to prevent crashes with GCC 4.8.1. Update ffmpeg.
This commit is contained in:
parent
af158bf6cc
commit
9cfd882733
3 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ if(NOT MSVC)
|
|||
endif()
|
||||
|
||||
if(BLACKBERRY)
|
||||
add_definitions(-D_QNX_SOURCE -O3 -mfpu=neon -mtune=cortex-a9)
|
||||
add_definitions(-D_QNX_SOURCE -O2 -mfpu=neon -mtune=cortex-a9)
|
||||
endif()
|
||||
|
||||
if(X86 AND NOT MIPS)
|
||||
|
|
2
ffmpeg
2
ffmpeg
|
@ -1 +1 @@
|
|||
Subproject commit 926573efd237bb47770c2117cdc3de472559eb7f
|
||||
Subproject commit 53b1ac97dad881d832f0acc45b6e7acebbfcde6e
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 55b8a95a29c469a4ea3edc67a297bc31ed93589d
|
||||
Subproject commit 4c8922d9e70cbebc54c2d5a36d52e79339feeff0
|
Loading…
Add table
Reference in a new issue