Explorar o código

ffmpeg: Fix mis-maching argument warning for endif

Merry %!s(int64=4) %!d(string=hai) anos
pai
achega
c4df0d8cdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      externals/ffmpeg/CMakeLists.txt

+ 1 - 1
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)