mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure: disable FFmpeg-based decoders.
FFmpeg decoders are still available through the --enable-ffmpeg option but are no longer maintained.
This commit is contained in:
parent
a9bd8400db
commit
86b02639ee
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ AC_ARG_ENABLE(vaapisink-glx,
|
||||||
|
|
||||||
AC_ARG_ENABLE(ffmpeg,
|
AC_ARG_ENABLE(ffmpeg,
|
||||||
AC_HELP_STRING([--enable-ffmpeg],
|
AC_HELP_STRING([--enable-ffmpeg],
|
||||||
[enable bitstream parsing from FFmpeg @<:@default=yes@:>@]),
|
[enable bitstream parsing from FFmpeg @<:@default=no@:>@]),
|
||||||
[], [enable_ffmpeg="yes"])
|
[], [enable_ffmpeg="no"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(codecparsers,
|
AC_ARG_ENABLE(codecparsers,
|
||||||
AC_HELP_STRING([--enable-codecparsers],
|
AC_HELP_STRING([--enable-codecparsers],
|
||||||
|
|
Loading…
Reference in a new issue