summaryrefslogtreecommitdiffstats
path: root/src/libvpx.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-20 12:39:37 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-20 12:39:37 (GMT)
commite33e533f4e878d694560eaffa84817c5b7371d68 (patch)
tree352ca57590c64b3551b310f66dc7f392ec665d3c /src/libvpx.mk
parent35e062043a0a5f4bee417104f36e6323dca39b23 (diff)
downloadmxe-e33e533f4e878d694560eaffa84817c5b7371d68.zip
mxe-e33e533f4e878d694560eaffa84817c5b7371d68.tar.gz
mxe-e33e533f4e878d694560eaffa84817c5b7371d68.tar.bz2
improve coding style of ffmpeg and dependencies
Diffstat (limited to 'src/libvpx.mk')
-rw-r--r--src/libvpx.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libvpx.mk b/src/libvpx.mk
index 324950d..dac4ec7 100644
--- a/src/libvpx.mk
+++ b/src/libvpx.mk
@@ -20,11 +20,11 @@ endef
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