downgraded default profile to core2
[k8sbuild.git] / xoptz / libopusenc.xopt
blobe49a5eedb68cca5e807918bb1965d76e2243ecab
1 profile=empty
3   --enable-silent-rules   less verbose build output (undo: "make V=1")
4   --enable-shared  build shared libraries [default=yes]
5   --disable-static  build static libraries [default=yes]
7   --disable-assertions     Enable assertions in code
8 #  --enable-fixed-point    Enable fixed-point calculation
9 #  --disable-float         Disable floating-point API
10   --disable-examples      Do not build example applications
11   --disable-doc           Do not build API documentation
14 [preconfigure]
15 if test ! -x configure; then
16   ./autogen.sh
18 [/preconfigure]
21 !DESC
22 libopusend -- simple API to Opus encoding
24 The libopusenc libraries provide a high-level API for
25 encoding .opus files. libopusenc depends only on libopus.
27 Project site: http://opus-codec.org
28 !EOF