diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-03-04 08:42:17 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-03-04 08:42:17 (GMT) |
commit | 0bec7387ab96ff69b5066afbf382fdba2e0b912b (patch) | |
tree | 605716ae4522663ef3a63730b3ed396e4de9fa12 /src/sox.mk | |
parent | f7ead87abd76c34c0ccebf1155670bcf8893b220 (diff) | |
download | mxe-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.mk | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |