mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-07 12:48:03 +00:00
fx
This commit is contained in:
@@ -227,11 +227,11 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (YUZU_USE_EXTERNAL_FFMPEG)
|
if (YUZU_USE_EXTERNAL_FFMPEG)
|
||||||
add_dependencies(video_core ffmpeg-build)
|
add_dependencies(audio_core ffmpeg-build)
|
||||||
endif()
|
endif()
|
||||||
target_include_directories(video_core PUBLIC ${FFmpeg_INCLUDE_DIR})
|
target_include_directories(audio_core PUBLIC ${FFmpeg_INCLUDE_DIR})
|
||||||
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
|
target_link_libraries(audio_core PRIVATE ${FFmpeg_LIBRARIES})
|
||||||
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})
|
target_link_options(audio_core PRIVATE ${FFmpeg_LDFLAGS})
|
||||||
|
|
||||||
target_link_libraries(audio_core PUBLIC common core)
|
target_link_libraries(audio_core PUBLIC common core)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user