mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
configure: Remove another occurence of ffmpeg
This commit is contained in:
parent
e49c069995
commit
ddad61628a
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ if test "x$with_system_libav" = "xyes"; then
|
||||||
CPPFLAGS="$saved_CPPFLAGS"
|
CPPFLAGS="$saved_CPPFLAGS"
|
||||||
AC_DEFINE([LIBAV_SOURCE], ["system install"], [Describes where the Libav libraries come from.])
|
AC_DEFINE([LIBAV_SOURCE], ["system install"], [Describes where the Libav libraries come from.])
|
||||||
HAVE_LIBAV_UNINSTALLED=0
|
HAVE_LIBAV_UNINSTALLED=0
|
||||||
AC_MSG_NOTICE([Using system-installed FFMpeg code])
|
AC_MSG_NOTICE([Using system-installed libav code])
|
||||||
AC_MSG_WARN([
|
AC_MSG_WARN([
|
||||||
======================================================================
|
======================================================================
|
||||||
WARNING: you have chosen to build gst-libav against a random
|
WARNING: you have chosen to build gst-libav against a random
|
||||||
|
|
Loading…
Reference in a new issue