Browse Source

brain no work

lizzie/nuke-opus-wawaw
lizzie 1 month ago
parent
commit
b70341211b
  1. 2
      src/video_core/CMakeLists.txt

2
src/video_core/CMakeLists.txt

@ -333,9 +333,7 @@ endif()
if (YUZU_USE_EXTERNAL_FFMPEG) if (YUZU_USE_EXTERNAL_FFMPEG)
add_dependencies(video_core ffmpeg-build) add_dependencies(video_core ffmpeg-build)
endif() endif()
target_include_directories(video_core PUBLIC ${FFmpeg_INCLUDE_DIR}) target_include_directories(video_core PUBLIC ${FFmpeg_INCLUDE_DIR})
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES}) target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS}) target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})

Loading…
Cancel
Save