Explorar o código

fix typo in FindFFmpeg

Andrey Filipenkov %!s(int64=3) %!d(string=hai) anos
pai
achega
4452ddb404
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmake_modules/Findffmpeg.cmake

+ 1 - 1
cmake_modules/Findffmpeg.cmake

@@ -175,7 +175,7 @@ foreach (_ffmpeg_component IN LISTS ffmpeg_FIND_COMPONENTS)
       "${ffmpeg_${_ffmpeg_component}_INCLUDE_DIRS}")
     list(APPEND ffmpeg_LIBRARIES
       "${ffmpeg_${_ffmpeg_component}_LIBRARIES}")
-    if (FFMEG_FIND_REQUIRED_${_ffmpeg_component})
+    if (FFMPEG_FIND_REQUIRED_${_ffmpeg_component})
       list(APPEND _ffmpeg_required_vars
         "ffmpeg_${_ffmpeg_required_vars}_INCLUDE_DIRS"
         "ffmpeg_${_ffmpeg_required_vars}_LIBRARIES")