mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 18:53:32 +00:00
revert ff51046d16
revert 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,12 +526,10 @@ endif()
|
||||
|
||||
if (MSVC)
|
||||
include(CopyCitronSDLDeps)
|
||||
copy_citron_SDL_deps(citron)
|
||||
if(CITRON_USE_BUNDLED_FFMPEG)
|
||||
include(CopyCitronFFmpegDeps)
|
||||
copy_citron_SDL_deps(citron)
|
||||
copy_citron_FFmpeg_deps(citron)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT APPLE AND ENABLE_OPENGL)
|
||||
target_compile_definitions(citron PRIVATE HAS_OPENGL)
|
||||
|
||||
Reference in New Issue
Block a user