Browse Source

disable doc generation

Waldemar Brodkorb 15 years ago
parent
commit
7cdbce5451
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/ffmpeg/Makefile

+ 1 - 0
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 \