mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:38:19 -05:00
cmake: Integrate bundled FFmpeg for Android.
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user