mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 09:23:44 -04:00
public
This commit is contained in:
parent
6a0ec51282
commit
7932ba4400
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,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