[vlc-devel] [PATCH 1/2] configure: bump opus requirement to 1.1
Tristan Matthews
tmatth at videolan.org
Thu Jun 29 00:16:38 CEST 2017
Released in 2013, required for opus_pcm_soft_clip.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 67fc7de..e86126f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2702,7 +2702,7 @@ AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
dnl
dnl Opus plugin
dnl
-PKG_ENABLE_MODULES_VLC([OPUS], [], [ogg opus >= 1.0.3], [Opus support], [auto])
+PKG_ENABLE_MODULES_VLC([OPUS], [], [ogg opus >= 1.1], [Opus support], [auto])
dnl
dnl theora decoder plugin
--
2.7.4
More information about the vlc-devel
mailing list