summaryrefslogtreecommitdiffstats
path: root/audio-creation/mhwaveedit/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/mhwaveedit/CONFIGURE')
-rwxr-xr-xaudio-creation/mhwaveedit/CONFIGURE11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio-creation/mhwaveedit/CONFIGURE b/audio-creation/mhwaveedit/CONFIGURE
new file mode 100755
index 0000000000..774002fd76
--- /dev/null
+++ b/audio-creation/mhwaveedit/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_list MHWAVEEDIT_GTK "Which GTK+ version to use for GUI?" \
+ gtk+2 \
+ gtk+ &&
+
+config_query_option MHWAVEEDIT_OPTS "Enable support for large files?" y \
+ "--enable-largefile" \
+ "--disable-largefile" &&
+
+config_query_option MHWAVEEDIT_OPTS "Use double precision floating point numbers for sound processing (slows down program but may increase quality for 24/32-bit samplerates)?" n \
+ "--with-double-samples" \
+ "--without-double-samples"