[oe-commits] org.oe.dev mplayer 1.0rc2: enable armv6 SIMD for armv6 and armv7a

koen commit oe at amethyst.openembedded.net
Thu Apr 17 19:36:45 UTC 2008


mplayer 1.0rc2: enable armv6 SIMD for armv6 and armv7a

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9e850960c7066be30333cf021516f96b380dbf9d
ViewMTN: http://monotone.openembedded.org/revision/info/9e850960c7066be30333cf021516f96b380dbf9d
Files:
1
packages/mplayer/mplayer_0.0+1.0rc2.bb
Diffs:

#
# mt diff -re86f1b25db758e245ae9478def62a998a237eb1b -r9e850960c7066be30333cf021516f96b380dbf9d
#
#
#
# patch "packages/mplayer/mplayer_0.0+1.0rc2.bb"
#  from [07c6ec8d7d83352a75bb70337d634669ce55c26f]
#    to [3420c1879e19fda18e7e246be96e261fec49e7c4]
#
============================================================
--- packages/mplayer/mplayer_0.0+1.0rc2.bb	07c6ec8d7d83352a75bb70337d634669ce55c26f
+++ packages/mplayer/mplayer_0.0+1.0rc2.bb	3420c1879e19fda18e7e246be96e261fec49e7c4
@@ -42,7 +42,7 @@ RREPLACES_${PN} = "mplayer-atty"
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
 
-PR = "r7"
+PR = "r8"
 
 PARALLEL_MAKE = ""
 
@@ -179,6 +179,9 @@ EXTRA_OECONF_append_hx4700 = " --enable-
 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}"






More information about the Openembedded-commits mailing list