]> code.ossystems Code Review - openembedded-core.git/commit
libsamplerate0: clean up dependencies
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 2 Nov 2016 15:39:09 +0000 (17:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:23 +0000 (23:35 +0000)
commitc7cb0ce17dc2ec3999f26d594e755c8fb9609cee
tree2f6a09b460f9d4ba749405485701bfc3c293875f
parent053aac136cec74b0ac848337812546df847dc793
libsamplerate0: clean up dependencies

The flac dependency was completely bogus. Flac isn't used at all.

FFTW is only used by tests, so we don't need to provide a packageconfig
for that.

ALSA is only used by example code that isn't part of the packaged files,
so even if ALSA is enabled, it doesn't affect the build result.
Nevertheless, I prefer to disable it explicitly to be extra sure.

--disable-alsa resulted in a warning about an unsupported configure
option, although by some magic it seemed to actually work as expected.
A patch is added to get rid of that warning.

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/libsamplerate/libsamplerate0/0001-configure.ac-improve-alsa-handling.patch [new file with mode: 0644]
meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.9.bb