diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-09-20 12:39:37 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-09-20 12:39:37 (GMT) |
commit | e33e533f4e878d694560eaffa84817c5b7371d68 (patch) | |
tree | 352ca57590c64b3551b310f66dc7f392ec665d3c /src/x264.mk | |
parent | 35e062043a0a5f4bee417104f36e6323dca39b23 (diff) | |
download | mxe-e33e533f4e878d694560eaffa84817c5b7371d68.zip mxe-e33e533f4e878d694560eaffa84817c5b7371d68.tar.gz mxe-e33e533f4e878d694560eaffa84817c5b7371d68.tar.bz2 |
improve coding style of ffmpeg and dependencies
Diffstat (limited to 'src/x264.mk')
-rw-r--r-- | src/x264.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x264.mk b/src/x264.mk index a89ba2b..d42a20b 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -20,10 +20,10 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ - --cross-prefix='$(TARGET)'- \ - --host='$(TARGET)' \ + --cross-prefix='$(TARGET)'- \ + --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ - --disable-pthread + --disable-pthread $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef |