mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Make universal binary version of ffmpeg work. (#13457)
* Make universal binary version of ffmpeg work. * Update ffmpeg * Update ffmpeg dependancy.
This commit is contained in:
parent
c0c2bfb293
commit
eb831aaf14
@ -675,7 +675,7 @@ if(USE_FFMPEG)
|
||||
elseif(IOS)
|
||||
set(PLATFORM_ARCH "ios/universal")
|
||||
elseif(MACOSX)
|
||||
set(PLATFORM_ARCH "macosx/x86_64")
|
||||
set(PLATFORM_ARCH "macosx/universal")
|
||||
elseif(LINUX)
|
||||
if(ARMV7)
|
||||
set(PLATFORM_ARCH "linux/armv7")
|
||||
|
2
ffmpeg
2
ffmpeg
@ -1 +1 @@
|
||||
Subproject commit d3e695286cce346274192c214c00f021c00cd575
|
||||
Subproject commit 0b28335acea4f429ae798c5e75232e54881bf164
|
Loading…
Reference in New Issue
Block a user