summaryrefslogtreecommitdiffstats
path: root/audio-libs/flac/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/flac/CONFIGURE')
-rwxr-xr-xaudio-libs/flac/CONFIGURE3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio-libs/flac/CONFIGURE b/audio-libs/flac/CONFIGURE
new file mode 100755
index 0000000000..61f5081f9b
--- /dev/null
+++ b/audio-libs/flac/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option CONF_OPTS "Enable debugging?" n "--enable-debug" "--disable-debug"
+config_query_option CONF_OPTS "Enable SSE opcodes support?" n "--enable-sse" "--disable-sse"
+config_query_option CONF_OPTS "Enable 3DNow! opcodes support?" n "--enable-3dnow" "--disable-3dnow"