mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
fix: FFmpeg
Testing for CI due to Android & Windows failing, similar issue. Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -526,9 +526,11 @@ endif()
|
|||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
include(CopyCitronSDLDeps)
|
include(CopyCitronSDLDeps)
|
||||||
include(CopyCitronFFmpegDeps)
|
|
||||||
copy_citron_SDL_deps(citron)
|
copy_citron_SDL_deps(citron)
|
||||||
copy_citron_FFmpeg_deps(citron)
|
if(CITRON_USE_BUNDLED_FFMPEG)
|
||||||
|
include(CopyCitronFFmpegDeps)
|
||||||
|
copy_citron_FFmpeg_deps(citron)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT APPLE AND ENABLE_OPENGL)
|
if (NOT APPLE AND ENABLE_OPENGL)
|
||||||
|
|||||||
Reference in New Issue
Block a user