speex 1.1.12: enable fixed point from ARM
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Jun 2006 11:32:18 +0000 (11:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 4 Jun 2006 11:32:18 +0000 (11:32 +0000)
packages/speex/speex_1.1.12.bb

index b086fef..bd19dcf 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 LICENSE = "BSD"
 HOMEPAGE = "http://www.speex.org"
 DEPENDS = "libogg"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
 
@@ -18,6 +18,7 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF_append_openmn = " --enable-arm5e-asm --enable-fixed-point"
 EXTRA_OECONF_append_amsdelta = " --enable-arm4-asm --enable-fixed-point"
+EXTRA_OECONF_append_arm = " --enable-fixed-point "
 
 do_configure_append() {
        sed -i s/"^OGG_CFLAGS.*$"/"OGG_CFLAGS = "/g Makefile */Makefile */*/Makefile