From: Pim Zandbergen Date: Fri, 30 Dec 2022 00:46:43 +0000 (+0100) Subject: remove libavresample from build scripts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a357fee8bccacd931476411200b05f2b06f47c;p=thirdparty%2Ftvheadend.git remove libavresample from build scripts --- 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