mplayer 1.0rc2: enable armv6 SIMD for armv6 and armv7a
authorKoen Kooi <koen@openembedded.org>
Thu, 17 Apr 2008 19:30:13 +0000 (19:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 17 Apr 2008 19:30:13 +0000 (19:30 +0000)
packages/mplayer/mplayer_0.0+1.0rc2.bb

index 4570c7f..c6e5ae4 100644 (file)
@@ -42,7 +42,7 @@ PACKAGE_ARCH_hx4700 = "hx4700"
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
 
-PR = "r7"
+PR = "r8"
 
 PARALLEL_MAKE = ""
 
@@ -179,6 +179,9 @@ EXTRA_OECONF_append_arm = " --disable-decoder=vorbis_decoder \
 EXTRA_OECONF_append_c7x0 = " --enable-imageon "
 EXTRA_OECONF_append_hx4700 = " --enable-imageon "
 
+EXTRA_OECONF_append_armv6 = " --enable-armv6 "
+EXTRA_OECONF_append_armv7a = "--enable-armv6 "
+
 #build with support for the iwmmxt instruction and pxa270fb overlay support (pxa270 and up)
 #not every iwmmxt machine has the lcd connected to pxafb, but building the module doesn't hurt 
 MY_ARCH := "${PACKAGE_ARCH}"