changeset 1334:5aa60cef7fd6

bugfix: don't build the docs of package libvpx
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 22 Oct 2010 23:32:45 +0200
parents 6d9671318bdd
children 2b7f7e06976b
files src/libvpx.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libvpx.mk	Fri Oct 22 23:18:43 2010 +0200
+++ b/src/libvpx.mk	Fri Oct 22 23:32:45 2010 +0200
@@ -24,7 +24,8 @@
         ./configure \
         --prefix='$(PREFIX)/$(TARGET)' \
         --target=x86-win32-gcc \
-        --disable-examples
+        --disable-examples \
+        --disable-install-docs
     $(MAKE) -C '$(1)' -j '$(JOBS)'
     $(MAKE) -C '$(1)' -j 1 install
     $(TARGET)-ranlib $(PREFIX)/$(TARGET)/lib/libvpx.a