diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2022-06-12 16:42:28 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2022-06-12 16:42:28 +0200 |
| commit | 0aa9a623f3b38e35b7f1cd26da0237beca2c9988 (patch) | |
| tree | d72c03507f3308b6da193a3e67ecda4c9b673292 /FindLibAV.cmake | |
| parent | 27800ea9ebb972f16e9ed3de35f62ad472dc8ef4 (diff) | |
cmake: don’t look for avresample
It’s not used and was dropped from ffmpeg.
Diffstat (limited to 'FindLibAV.cmake')
| -rw-r--r-- | FindLibAV.cmake | 1 |
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) |
