summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/ffmpeg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ffmpeg/Makefile b/package/ffmpeg/Makefile
index 3a392abbb..f0140d916 100644
--- a/package/ffmpeg/Makefile
+++ b/package/ffmpeg/Makefile
@@ -61,6 +61,7 @@ CONFIGURE_ARGS:= --prefix=/usr \
--cross-prefix=${TARGET_CROSS} \
--cc=$(TARGET_CC) \
--host-cc=$(HOSTCC) \
+ --disable-doc \
--disable-debug \
--disable-optimizations \
--disable-stripping \