Explorar el Código

disable doc generation

Waldemar Brodkorb hace 16 años
padre
commit
7cdbce5451
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 \