mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 02:30:45 -04: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