increase dvbapp PR.
[vuplus_openembedded] / recipes / libvorbis / libvorbis.inc
1 SECTION = "libs"
2 DEPENDS = "libogg"
3 DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
4 that is free of intellectual property restrictions. libvorbis \
5 is the main vorbis codec library."
6 LICENSE = "BSD"
7 INC_PR = "r2"
8
9 inherit autotools
10
11 # vorbisfile.c reveals a problem in the gcc register spilling for the
12 # thumb instruction set...
13 FULL_OPTIMIZATION_thumb = "-O0"
14
15 EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
16                 --with-ogg-includes=${STAGING_INCDIR}"
17
18
19 LEAD_SONAME = "libvorbis.so.0"