disable iconv on android (#13001)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-09-22 21:49:58 +08:00
committed by GitHub
parent 9b9276e752
commit a375766ac2

View File

@@ -177,6 +177,7 @@ elseif(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Android")
string(APPEND OPTIONS "\
--target-os=android \
--disable-asm \
--disable-iconv \
--enable-jni \
--enable-mediacodec \
--disable-hwaccels \
@@ -185,11 +186,6 @@ elseif(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Android")
--enable-decoder=h264_mediacodec \
--enable-decoder=hevc_mediacodec \
")
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")
string(APPEND OPTIONS "\
--disable-iconv \
")
endif()
endif()
if(VCPKG_TARGET_IS_OSX)