more xopts
[k8sbuild.git] / xoptz / opus-tools.xopt
blob0729ae33735f0c4966a87a70dd448cb413f7bcad
1 profile=empty
3   --enable-silent-rules   less verbose build output (undo: "make V=1")
4 #  --enable-assertions     enable additional software error checking
5 #  --disable-oggtest       Do not try to compile and run a test Ogg program
6 #  --disable-opustest      Do not try to compile and run a test opus program
7   --enable-sse            Build binaries that require SSE
8   --disable-stack-protector Disable compiler stack hardening
9   --disable-pie           Disable PIE/RELRO hardening
12 [preconfigure]
13 if test ! -x configure; then
14   ./autogen.sh
16 [/preconfigure]
19 !DESC
20 opus-tools -- Opus Audio Tools
22 This is opus-tools, a set of tools to encode, inspect, and decode
23 audio in the Opus format.
25 For more information on Opus see https://www.opus-codec.org/
26 !EOF