summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-08 16:10:52 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-08 16:14:05 +0200
commit88cd142f7c02accf9472197e074c865cc9402115 (patch)
treecf627913807365a51272942a584c9653744defc8
parentfbc5e5dadcc99551efb32cd5fb2749e83b2334b6 (diff)
downloadgst-libav-88cd142f7c02accf9472197e074c865cc9402115.tar.gz
configure: Require building against at least ffmpeg 3.0
See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5d30b8..e2014d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ AC_ARG_WITH(system-libav,
HAVE_LZMA="no"
HAVE_BZ2="no"
if test "x$with_system_libav" = "xyes"; then
- PKG_CHECK_MODULES(LIBAV, libavfilter libavformat libavcodec libavutil)
+ PKG_CHECK_MODULES(LIBAV, libavfilter libavformat libavcodec >= 57 libavutil)
PKG_CHECK_MODULES(SWSCALE, libswscale libavutil)
saved_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $LIBAV_CFLAGS"