downgraded default profile to core2
[k8sbuild.git] / xoptz / libxmp.xopt
blobfb7c963752c5ab6b42301a3c7961d3acbbb7bf9b
1 profile=empty
3 # this is for src/fmopl.c
4 xflags =+ -fno-aggressive-loop-optimizations
7 #  --enable-static         Build static library
8 #  --disable-shared        Don't build shared library
11 [docs]
12 README
13 [/docs]
16 [preconfigure]
17 if test ! -x configure; then
18   autoconf
20 [/preconfigure]
23 !DESC
24 libxmp (tracker module decoding library)
26 Libxmp is a library that renders module files to PCM data.
27 It supports over 90 mainstream and obscure module formats
28 including Protracker (MOD), Scream Tracker 3 (S3M),
29 Fast Tracker II (XM), and Impulse Tracker (IT).
30 Many compressed module formats are supported, including
31 popular Unix, DOS, and Amiga file packers including gzip,
32 bzip2, SQSH, Powerpack, etc.
34 https://github.com/cmatsuoka/libxmp
35 !EOF