]> code.ossystems Code Review - openembedded-core.git/commit
speex: 1.2rc1 -> 1.2rc2
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Thu, 9 Jul 2015 10:43:14 +0000 (13:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 13:51:14 +0000 (14:51 +0100)
commit53ca5eac8942ba1c882b31a51f344f92746f9b06
treecb38c34a2203f055b53d893ba2bb1773bacf9d34
parent28b7bccd226c4d9040ef0d8199a29e74f2da72b1
speex: 1.2rc1 -> 1.2rc2

Dropped speex-fpu.inc, since it's simpler to put the logic directly in
the .bb file.

LIC_FILES_CHKSUM changed due to whitespace changes only.

Dropped PR.

Added a dependency on speexdsp. The speexdsp functionality used to be
included in speex, but upstream split the speexdsp package off into a
separate source tree. speexdsp could otherwise be an optional
dependency, but the upstream configure script doesn't support
disabling it explicitly, and relying on automatic detection would
make builds nondeterministic, so it's better to always enable it.

--enable-fixed-point was previously included in the configure options
unconditionally, but the option should be used only when TARGET_FPU is
set to "soft".

--with-ogg-libraries, --with-ogg-includes and --disable-oggtest aren't
supported anymore, since speex now uses pkg-config to find libogg.

(From OE-Core rev: c79cc4ab8455652d2ebd1132fdc868cf80ff81d0)

Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/speex/speex-fpu.inc [deleted file]
meta/recipes-multimedia/speex/speex_1.2rc2.bb [moved from meta/recipes-multimedia/speex/speex_1.2rc1.bb with 51% similarity]