]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove libavresample from build scripts
authorPim Zandbergen <pim@zandbergen.org>
Fri, 30 Dec 2022 00:46:43 +0000 (01:46 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Tue, 10 Jan 2023 01:56:02 +0000 (02:56 +0100)
Makefile
configure

index 0ae3a19cabdecfcd372f41a990eb806e4e05cc16..a56a2fbdf9d27b99ff6f918227ca57a6042596dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,6 @@ ifeq ($(CONFIG_LIBAV),yes)
 FFMPEG_LIBS := \
     libavfilter \
     libswresample \
-    libavresample \
     libswscale \
     libavformat \
     libavcodec \
index c087502bf38b58715c0fbf4c0bce658d8f1d02e3..8ce559fa7be1acbe1599164d2c6035e75e53e75a 100755 (executable)
--- 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