mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue