Cleanup: CMake/FFmpeg: Fix typo in message/comment

Code added in the last commit {rB2fdbe4d0501114c716fd12bc}.
This commit is contained in:
Ankit Meel 2020-09-29 00:39:25 +05:30
parent 2fdbe4d050
commit d5353eea5b

@ -1,6 +1,6 @@
# - Find FFmpeg library and includes. # - Find FFmpeg library and includes.
# Set FFMPEG_FIND_COMPONENTS to the canonical names of the libraries # Set FFMPEG_FIND_COMPONENTS to the canonical names of the libraries
# before using the package. # before using the module.
# This module defines # This module defines
# FFMPEG_INCLUDE_DIRS, where to find libavcodec/ac3_parser.h. # FFMPEG_INCLUDE_DIRS, where to find libavcodec/ac3_parser.h.
# FFMPEG_LIBRARIES, libraries to link against to use FFmpeg. # FFMPEG_LIBRARIES, libraries to link against to use FFmpeg.
@ -57,7 +57,7 @@ foreach(_component ${FFMPEG_FIND_COMPONENTS})
lib64 lib lib64 lib
) )
if(NOT FFMPEG_${_upper_COMPONENT}_LIBRARY) if(NOT FFMPEG_${_upper_COMPONENT}_LIBRARY)
message(WARNING "Could not find FFpeg ${_upper_COMPONENT}.") message(WARNING "Could NOT find FFmpeg ${_upper_COMPONENT}.")
endif() endif()
list(APPEND _ffmpeg_LIBRARIES ${FFMPEG_${_upper_COMPONENT}_LIBRARY}) list(APPEND _ffmpeg_LIBRARIES ${FFMPEG_${_upper_COMPONENT}_LIBRARY})
mark_as_advanced(FFMPEG_${_upper_COMPONENT}_LIBRARY) mark_as_advanced(FFMPEG_${_upper_COMPONENT}_LIBRARY)