diff --git a/cmake/modules/FindFFMPEG.cmake b/cmake/modules/FindFFMPEG.cmake index f777aa70be..2d30b1b1bb 100644 --- a/cmake/modules/FindFFMPEG.cmake +++ b/cmake/modules/FindFFMPEG.cmake @@ -134,7 +134,8 @@ function (_ffmpeg_find component headername) endif () endfunction () -_ffmpeg_find(avutil avutil.h) +_ffmpeg_find(avutil avutil.h + avutil) _ffmpeg_find(avresample avresample.h avutil) _ffmpeg_find(swresample swresample.h