mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-08 02:13:45 -04:00
public
This commit is contained in:
parent
ca8fcd5b0f
commit
659ea759da
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