cmake: Rename FindFFMpeg to FindFFmpeg

This was sort of driving me crazy: The 'm' in FFmpeg isn't supposed to
be capitalized.
This commit is contained in:
jp9000
2015-07-18 16:15:01 -07:00
parent fbf771620a
commit c87d3b1f12
6 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ if(MSVC)
w32-pthreads)
endif()
find_package(FFMpeg REQUIRED
find_package(FFmpeg REQUIRED
COMPONENTS avcodec avfilter avdevice avutil swscale avformat swresample)
include_directories(${FFMPEG_INCLUDE_DIRS})