midori: add 0.2.4
[openembedded.git] / recipes / libvorbis / libvorbis.inc
blobb3a154a346b6d099a9a157b2bdc2fb4731eec82b
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"
9 inherit autotools
11 # vorbisfile.c reveals a problem in the gcc register spilling for the
12 # thumb instruction set...
13 FULL_OPTIMIZATION_thumb = "-O0"
15 EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
16                 --with-ogg-includes=${STAGING_INCDIR}"
19 LEAD_SONAME = "libvorbis.so.0"