mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-08 10:23:44 -04:00
public
This commit is contained in:
parent
90999db460
commit
834e7e7088
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ if (YUZU_USE_EXTERNAL_FFMPEG)
|
|||
add_dependencies(video_core ffmpeg-build)
|
||||
endif()
|
||||
|
||||
target_include_directories(video_core PRIVATE ${FFmpeg_INCLUDE_DIR})
|
||||
target_include_directories(video_core PUBLIC ${FFmpeg_INCLUDE_DIR})
|
||||
|
||||
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
|
||||
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue