cmake: download architecture-specific ffmpeg for android

This commit is contained in:
Liam 2023-03-16 14:41:27 -04:00 committed by bunnei
parent d54605d1a5
commit ee0bf11a67
2 changed files with 8 additions and 2 deletions

View file

@ -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()