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/opencore-amr.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/opencore-amr.mk')
-rw-r--r-- | src/opencore-amr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opencore-amr.mk b/src/opencore-amr.mk index 03b144c..8448d9f 100644 --- a/src/opencore-amr.mk +++ b/src/opencore-amr.mk @@ -20,7 +20,7 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ - --host='$(TARGET)' \ + --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared $(MAKE) -C '$(1)' -j '$(JOBS)' |