mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
ffmpeg: Remove unnecessary disable flags
This commit is contained in:
parent
5afa853804
commit
05f1f97dab
@ -12,11 +12,7 @@ function recipe_build {
|
|||||||
--arch=x86_64 \
|
--arch=x86_64 \
|
||||||
--cross_prefix=x86_64-unknown-redox- \
|
--cross_prefix=x86_64-unknown-redox- \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
--disable-doc \
|
--disable-network
|
||||||
--disable-network \
|
|
||||||
--disable-ffplay \
|
|
||||||
--disable-ffprobe \
|
|
||||||
--disable-ffserver
|
|
||||||
make
|
make
|
||||||
skip=1
|
skip=1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user