cmake: Integrate bundled FFmpeg for Android.

This commit is contained in:
bunnei 2022-12-30 00:29:53 -08:00
parent 5de8ee7bba
commit 851b1008a8
3 changed files with 63 additions and 10 deletions

View file

@ -281,7 +281,7 @@ create_target_directory_groups(video_core)
target_link_libraries(video_core PUBLIC common core)
target_link_libraries(video_core PUBLIC glad shader_recompiler stb)
if (YUZU_USE_BUNDLED_FFMPEG AND NOT WIN32)
if (YUZU_USE_BUNDLED_FFMPEG AND NOT (WIN32 OR ANDROID))
add_dependencies(video_core ffmpeg-build)
endif()