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:
@@ -2,7 +2,7 @@ project(libobs)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
find_package(FFMpeg REQUIRED
|
||||
find_package(FFmpeg REQUIRED
|
||||
COMPONENTS avformat avutil swscale swresample
|
||||
OPTIONAL_COMPONENTS avcodec)
|
||||
include_directories(${FFMPEG_INCLUDE_DIRS})
|
||||
|
Reference in New Issue
Block a user