mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-25 21:46:38 -05:00
cmake: download architecture-specific ffmpeg for android
This commit is contained in:
@@ -19,7 +19,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
elseif (ANDROID)
|
||||
set(package_base_url "https://gitlab.com/tertius42/")
|
||||
set(package_repo "ext-android-bin/-/raw/main/")
|
||||
set(package_extension ".tar.xz") #ffmpeg/ffmpeg-android-20221229.tar.xz")
|
||||
set(package_extension ".tar.xz")
|
||||
else()
|
||||
message(FATAL_ERROR "No package available for this platform")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user