diff src/libvpx.mk @ 1261:050f5ff03b26

improve coding style of ffmpeg and dependencies
author Tony Theodore <tonyt@logyst.com>
date Mon, 20 Sep 2010 22:39:37 +1000
parents f496cd5041bd
children a74be54ab8a3
line wrap: on
line diff
--- a/src/libvpx.mk	Mon Sep 20 22:24:47 2010 +1000
+++ b/src/libvpx.mk	Mon Sep 20 22:39:37 2010 +1000
@@ -20,11 +20,11 @@
 
 define $(PKG)_BUILD
     cd '$(1)' && \
-	CROSS='$(TARGET)-' \
-	./configure \
+        CROSS='$(TARGET)-' \
+        ./configure \
         --prefix='$(PREFIX)/$(TARGET)' \
-	--target=x86-win32-gcc \
-	--disable-examples
+        --target=x86-win32-gcc \
+        --disable-examples
     $(MAKE) -C '$(1)' -j '$(JOBS)'
     $(MAKE) -C '$(1)' -j 1 install
     $(TARGET)-ranlib $(PREFIX)/$(TARGET)/lib/libvpx.a