Skip to content
Snippets Groups Projects
Commit 05f1f97d authored by Nagy Tibor's avatar Nagy Tibor
Browse files

ffmpeg: Remove unnecessary disable flags

parent 5afa8538
No related branches found
No related tags found
1 merge request!81ffmpeg: Remove unnecessary disable flags
...@@ -12,11 +12,7 @@ function recipe_build { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment