Browse Source

fx

lizzie/ios-port-sud
lizzie 1 week ago
parent
commit
4a065abff2
  1. 4
      externals/ffmpeg/CMakeLists.txt

4
externals/ffmpeg/CMakeLists.txt

@ -203,8 +203,8 @@ else()
)
elseif(IOS)
execute_process(COMMAND xcrun --sdk iphoneos --show-sdk-path OUTPUT_VARIABLE SYSROOT)
set(FFmpeg_CC "xcrun --sdk iphoneos clang -arch arm64")
set(FFmpeg_CXX "xcrun --sdk iphoneos clang++ -arch arm64")
set(FFmpeg_CC xcrun --sdk iphoneos clang -arch arm64)
set(FFmpeg_CXX xcrun --sdk iphoneos clang++ -arch arm64)
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
--arch=arm64
--enable-cross-compile

Loading…
Cancel
Save