summaryrefslogtreecommitdiff
path: root/packages/mplayer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-04-17 19:30:13 +0000
committerKoen Kooi <koen@openembedded.org>2008-04-17 19:30:13 +0000
commit90f0c269820860daf3487ce9f4bcc93f71c3af5b (patch)
treeaab850539ec739b76abe2d7aa8abcab15738597f /packages/mplayer
parent8db400ee16c4004061cb80fb2dc9280b0c7a07b5 (diff)
mplayer 1.0rc2: enable armv6 SIMD for armv6 and armv7a
Diffstat (limited to 'packages/mplayer')
-rw-r--r--packages/mplayer/mplayer_0.0+1.0rc2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/mplayer/mplayer_0.0+1.0rc2.bb b/packages/mplayer/mplayer_0.0+1.0rc2.bb
index 4570c7f853..c6e5ae4f2f 100644
--- a/packages/mplayer/mplayer_0.0+1.0rc2.bb
+++ b/packages/mplayer/mplayer_0.0+1.0rc2.bb
@@ -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}"