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

@@ -1,6 +1,6 @@
project(win-dshow)
find_package(FFMpeg REQUIRED COMPONENTS avcodec avutil)
find_package(FFmpeg REQUIRED COMPONENTS avcodec avutil)
include_directories(${FFMPEG_INCLUDE_DIRS})
set(win-dshow_HEADERS