summarylogtreecommitdiffstats
path: root/ignore-missing-libavresample.patch
blob: 5a919fa9497ae1a1ed36e0616fe13063a6c00644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/Makefile b/Makefile
index 1253be14a..fbf0987ee 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,6 @@ ifeq ($(CONFIG_LIBAV),yes)
 FFMPEG_LIBS := \
     libavfilter \
     libswresample \
-    libavresample \
     libswscale \
     libavformat \
     libavcodec \
diff --git a/configure b/configure
index 9f34ac36f..b62bac3e9 100755
--- a/configure
+++ b/configure
@@ -599,7 +599,6 @@ else
 
     check_pkg libavfilter   ">=6.47.100"  || has_libav=false
     check_pkg libswresample ">=2.1.100"   || has_libav=false
-    check_pkg libavresample ">=3.0.0"     || has_libav=false
     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