summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-03-01 01:51:10 +0100
committerGitHub <noreply@github.com>2022-03-01 01:51:10 +0100
commitfdf81cd1129d737609ecf585c28c4fc84ae38b70 (patch)
tree9416f4462637119fcc8d33f7817c9b3c375930f2
parentMerge pull request #7955 from bunnei/update-dynarmic (diff)
parentffmpeg: Fix mis-maching argument warning for endif (diff)
downloadyuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar.gz
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar.bz2
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar.lz
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar.xz
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.tar.zst
yuzu-fdf81cd1129d737609ecf585c28c4fc84ae38b70.zip
-rw-r--r--externals/ffmpeg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/ffmpeg/CMakeLists.txt b/externals/ffmpeg/CMakeLists.txt
index be8325b47..dcc978827 100644
--- a/externals/ffmpeg/CMakeLists.txt
+++ b/externals/ffmpeg/CMakeLists.txt
@@ -214,6 +214,6 @@ else(WIN32)
set(FFmpeg_LDFLAGS "${FFmpeg_LDFLAGS}" PARENT_SCOPE)
set(FFmpeg_LIBRARIES "${FFmpeg_LIBRARIES}" PARENT_SCOPE)
set(FFmpeg_INCLUDE_DIR "${FFmpeg_INCLUDE_DIR}" PARENT_SCOPE)
-endif(WIN32)
+endif()
unset(FFmpeg_COMPONENTS)