From c7510ac166e5c65e0ff8818961ecca134c12e6ed Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 3 Jul 2026 06:13:13 +0000 Subject: [PATCH] brain no work --- src/video_core/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 64d14ab2a6..06b77a2a8f 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -414,9 +414,7 @@ endif() if (YUZU_USE_EXTERNAL_FFMPEG) add_dependencies(video_core ffmpeg-build) endif() - 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})