From 0aa9a623f3b38e35b7f1cd26da0237beca2c9988 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 12 Jun 2022 16:42:28 +0200 Subject: [PATCH] =?UTF-8?q?cmake:=20don=E2=80=99t=20look=20for=20avresampl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not used and was dropped from ffmpeg. --- FindLibAV.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/FindLibAV.cmake b/FindLibAV.cmake index 26b5c14..84d0dbf 100644 --- a/FindLibAV.cmake +++ b/FindLibAV.cmake @@ -45,7 +45,6 @@ if(NOT LIBAV_LIBRARIES) find_component(AVFORMAT avformat libavformat/avformat.h libavformat/version.h) find_component(AVDEVICE avdevice libavdevice/avdevice.h libavdevice/version.h) find_component(AVFILTER avfilter libavfilter/avfilter.h libavfilter/version.h) - find_component(AVRESAMPLE avresample libavresample/avresample.h libavresample/version.h) find_component(AVUTIL avutil libavutil/avutil.h libavutil/version.h) find_component(SWSCALE swscale libswscale/swscale.h libswscale/version.h)