diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake index 64d7fff4..4f5093d7 100644 --- a/cmake/Modules/FindFFmpeg.cmake +++ b/cmake/Modules/FindFFmpeg.cmake @@ -99,10 +99,10 @@ macro(set_component_found _component ) if (FFmpeg_${_component}_LIBRARIES AND FFmpeg_${_component}_INCLUDE_DIRS) # message(STATUS "FFmpeg - ${_component} found.") set(FFmpeg_${_component}_FOUND TRUE) - else () - if (NOT FFmpeg_FIND_QUIETLY AND NOT FFMPEG_FIND_QUIETLY) - message(STATUS "FFmpeg - ${_component} not found.") - endif () + #else () + # if (NOT FFmpeg_FIND_QUIETLY AND NOT FFMPEG_FIND_QUIETLY) + # message(STATUS "FFmpeg - ${_component} not found.") + # endif () endif () endmacro()