Fixed find ffmpeg cmake module

This commit is contained in:
f4exb 2018-11-23 00:24:42 +01:00
parent 26af3014a5
commit 2e709bdd13
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ if (NOT FFMPEG_LIBRARIES)
endif ()
# Now set the noncached _FOUND vars for the components.
foreach (_component AVCODEC AVDEVICE AVFORMAT AVUTIL POSTPROCESS SWSCALE)
foreach (_component AVCODEC AVDEVICE AVFORMAT AVUTIL POSTPROC SWSCALE)
set_component_found(${_component})
endforeach ()