projects
/
platform
/
upstream
/
gst-libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94fcc2
)
configure: Require building against at least ffmpeg 3.0
author
Sebastian Dröge
<sebastian@centricular.com>
Wed, 8 Feb 2017 14:10:52 +0000
(16:10 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Wed, 8 Feb 2017 14:10:52 +0000
(16:10 +0200)
See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
910ffab
..
13c3c8e
100644
(file)
--- 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"