Explorar el Código

ffmpeg: Fix mis-maching argument warning for endif

Merry hace 4 años
padre
commit
c4df0d8cdc
Se han modificado 1 ficheros con 1 adiciones y 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)