summaryrefslogtreecommitdiffstats
path: root/src/sox.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-04 08:42:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-04 08:42:17 (GMT)
commit0bec7387ab96ff69b5066afbf382fdba2e0b912b (patch)
tree605716ae4522663ef3a63730b3ed396e4de9fa12 /src/sox.mk
parentf7ead87abd76c34c0ccebf1155670bcf8893b220 (diff)
downloadmxe-0bec7387ab96ff69b5066afbf382fdba2e0b912b.zip
mxe-0bec7387ab96ff69b5066afbf382fdba2e0b912b.tar.gz
mxe-0bec7387ab96ff69b5066afbf382fdba2e0b912b.tar.bz2
package sox: reformat configure options
Diffstat (limited to 'src/sox.mk')
-rw-r--r--src/sox.mk16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/sox.mk b/src/sox.mk
index d96242d..e54a87d 100644
--- a/src/sox.mk
+++ b/src/sox.mk
@@ -27,12 +27,14 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--build="`config.guess`" \
- --disable-shared --enable-static \
+ --disable-shared \
+ --enable-static \
--disable-debug \
--without-magic \
--without-png \
--without-ladspa \
- --without-amrwb --without-amrnb \
+ --without-amrwb \
+ --without-amrnb \
--without-ffmpeg \
--with-flac \
--with-oggvorbis \
@@ -41,8 +43,14 @@ define $(PKG)_BUILD
--with-mad \
--without-id3tag \
--with-lame \
- --with-waveaudio --without-alsa --without-ao --without-coreaudio \
- --without-oss --without-pulseaudio --without-sndio --without-sunaudio
+ --with-waveaudio \
+ --without-alsa \
+ --without-ao \
+ --without-coreaudio \
+ --without-oss \
+ --without-pulseaudio \
+ --without-sndio \
+ --without-sunaudio
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= EXTRA_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install