openal-soft: use NEON for float conversion on output
[openpandora.oe.git] / recipes / openal / openal-soft_1.15.1.bb
index 077a258..5f4f69a 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://kcat.strangesoft.net/openal.html"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=facc3a8f452930083bbb95d82b989c35"
 
-PR = "r1"
+PR = "r2"
 
 inherit cmake
 
@@ -14,6 +14,7 @@ DEPENDS = "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa-lib', '', d)} \
 SRC_URI = " \
        http://kcat.strangesoft.net/openal-releases/${PN}-${PV}.tar.bz2 \
        file://default_to_short.patch;patch=1 \
+       file://neon_write_converter.patch;patch=1 \
 "
 
 SRC_URI[md5sum] = "ea83dec3b9655a27d28e7bc7cae9cd71"