mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/pulseaudio: use the new fftw-single package
This patch add an explicitly dependency to fftw-single (the only compatible fftw's flavor) instead of default behavior where the package do assumption about the compatible version. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b69b63f96b
commit
5f47d4181d
@ -21,7 +21,7 @@ PULSEAUDIO_DEPENDENCIES = \
|
|||||||
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
|
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
|
||||||
$(if $(BR2_PACKAGE_DBUS),dbus) \
|
$(if $(BR2_PACKAGE_DBUS),dbus) \
|
||||||
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
|
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
|
||||||
$(if $(BR2_PACKAGE_FFTW),fftw) \
|
$(if $(BR2_PACKAGE_FFTW_SINGLE),fftw-single) \
|
||||||
$(if $(BR2_PACKAGE_SYSTEMD),systemd)
|
$(if $(BR2_PACKAGE_SYSTEMD),systemd)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
|
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user