more xopts
[k8sbuild.git] / xoptz / libogg.xopt
blob9266a089e3ea2555db4c0b3409544c0e7cfd9680
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]
8 [preconfigure]
9 if test ! -x configure; then
10   ./autogen.sh
12 [/preconfigure]
15 !DESC
16 libogg (Ogg Bitstream library)
18 Libogg is a library for manipulating ogg bitstreams.  It handles
19 both making ogg bitstreams and getting packets from ogg bitstreams.
21 libogg is needed to use the Ogg Vorbis audio format.
22 !EOF