mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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_HELP_STRING([--enable-ffmpeg],
|
||||
[enable bitstream parsing from FFmpeg @<:@default=yes@:>@]),
|
||||
[], [enable_ffmpeg="yes"])
|
||||
[enable bitstream parsing from FFmpeg @<:@default=no@:>@]),
|
||||
[], [enable_ffmpeg="no"])
|
||||
|
||||
AC_ARG_ENABLE(codecparsers,
|
||||
AC_HELP_STRING([--enable-codecparsers],
|
||||
|
|
Loading…
Reference in a new issue