mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 20:12:28 +00:00
configure: Require building against at least ffmpeg 3.0
See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
This commit is contained in:
parent
e94fcc2377
commit
7944485aee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue