matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / tremor / tremor_20041119.bb
blob889b981ae9fc7e32f3d86ffc43fba506ead97711
1 SECTION = "libs"
2 PRIORITY = "optional"
3 DEPENDS = "libogg"
4 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
5 LICENSE = "BSD"
6 SRCDATE = "${PV}"
7 PR = "r1"
9 # tremor makes heavy use of non-thumb-compatible inline asm.
10 ARM_INSTRUCTION_SET = "arm"
12 SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
14 S = "${WORKDIR}/Tremor"
16 inherit autotools
18 EXTRA_OECONF=" --enable-shared --disable-rpath "