Fixed find ffmpeg cmake module

pull/263/head
f4exb 2018-11-23 00:24:42 +01:00
rodzic 26af3014a5
commit 2e709bdd13
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 ()