Ver Fonte

ffmpeg: Fix mis-maching argument warning for endif

Merry há 4 anos atrás
pai
commit
c4df0d8cdc
1 ficheiros alterados com 1 adições e 1 exclusões
  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)