summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2a3f1d2fab..f394e19344 100755
--- a/configure
+++ b/configure
@@ -2660,8 +2660,8 @@ fi
if test "$_resampler" = no ; then
- echocheck "libswresample >= 0.15.100"
- if pkg_config_add "libswresample >= 0.15.100" ; then
+ echocheck "libswresample >= 0.17.102"
+ if pkg_config_add "libswresample >= 0.17.102" ; then
_resampler=yes
def_resampler='#define CONFIG_LIBSWRESAMPLE'
fi