mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-16 04:15:51 +00:00
configure: Disable doc/applicatoin building
This commit is contained in:
parent
133b88fc63
commit
96479cdd08
1 changed files with 3 additions and 2 deletions
|
@ -309,9 +309,10 @@ else
|
|||
|
||||
# Enable pic and static so that we get .a files, but with PIC code.
|
||||
embffmpeg_configure_args="$embffmpeg_configure_args --disable-ffserver --disable-ffplay\
|
||||
--enable-postproc --enable-gpl --enable-static --enable-pic \
|
||||
--disable-ffmpeg --disable-ffprobe --enable-postproc --enable-gpl --enable-static --enable-pic \
|
||||
--disable-encoder=flac --disable-decoder=cavs --disable-protocols --disable-devices\
|
||||
--disable-network --disable-hwaccels --disable-filters"
|
||||
--disable-network --disable-hwaccels --disable-filters --disable-doc\
|
||||
--enable-optimizations"
|
||||
|
||||
# if we are cross-compiling, tell ffmpeg so
|
||||
if test "x$cross_compiling" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue