mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
configure.ac: Don't build filters
We don't use them
This commit is contained in:
parent
0e4efec66c
commit
7f49941366
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ else
|
|||
embffmpeg_configure_args="$embffmpeg_configure_args --disable-ffserver --disable-ffplay\
|
||||
--enable-postproc --enable-gpl --enable-static --enable-shared \
|
||||
--disable-encoder=flac --disable-decoder=cavs --disable-protocols --disable-devices\
|
||||
--disable-network --disable-hwaccels"
|
||||
--disable-network --disable-hwaccels --disable-filters"
|
||||
|
||||
# if we are cross-compiling, tell ffmpeg so
|
||||
if test "x$cross_compiling" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue