summaryrefslogtreecommitdiffstats
path: root/audio-soft/sox/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/sox/CONFIGURE')
-rwxr-xr-xaudio-soft/sox/CONFIGURE4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio-soft/sox/CONFIGURE b/audio-soft/sox/CONFIGURE
new file mode 100755
index 0000000000..802afb609a
--- /dev/null
+++ b/audio-soft/sox/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option CONF_OPTS "Enable old rate code?" n "--enable-oldrate" "--disable-oldrate"
+config_query_option CONF_OPTS "Enable fast ulaw compression (-32K memory)?" y "--enable-fastulaw" "--disable-fastulaw"
+config_query_option CONF_OPTS "Enable fast alaw compression (-32K memory)?" y "--enable-fastalaw" "--disable-fastalaw"
+config_query_option CONF_OPTS "Enable internal GSM support?" y "--enable-gsm" "--disable-gsm"