summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2022-06-12 16:42:28 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2022-06-12 16:42:28 +0200
commit0aa9a623f3b38e35b7f1cd26da0237beca2c9988 (patch)
treed72c03507f3308b6da193a3e67ecda4c9b673292
parent27800ea9ebb972f16e9ed3de35f62ad472dc8ef4 (diff)
cmake: don’t look for avresample
It’s not used and was dropped from ffmpeg.
-rw-r--r--FindLibAV.cmake1
1 files changed, 0 insertions, 1 deletions
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)