From 17a357fee8bccacd931476411200b05f2b06f47c Mon Sep 17 00:00:00 2001 From: Pim Zandbergen Date: Fri, 30 Dec 2022 01:46:43 +0100 Subject: [PATCH] remove libavresample from build scripts --- Makefile | 1 - configure | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0ae3a19ca..a56a2fbdf 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,6 @@ ifeq ($(CONFIG_LIBAV),yes) FFMPEG_LIBS := \ libavfilter \ libswresample \ - libavresample \ libswscale \ libavformat \ libavcodec \ diff --git a/configure b/configure index c087502bf..8ce559fa7 100755 --- a/configure +++ b/configure @@ -642,7 +642,6 @@ else check_pkg libavfilter ">=6.47.100" || has_libav=false check_pkg libswresample ">=2.1.100" && has_resample=true - check_pkg libavresample ">=3.0.0" && has_resample=true check_pkg libswscale ">=4.1.100" || has_libav=false check_pkg libavformat ">=57.41.100" || has_libav=false check_pkg libavcodec ">=57.48.101" || has_libav=false -- 2.47.2