[oe-commits] org.oe.dev mplayer 1.0rc1: sync with svn version for pxa optimizations

koen commit openembedded-commits at lists.openembedded.org
Wed May 30 09:45:59 UTC 2007


mplayer 1.0rc1: sync with svn version for pxa optimizations

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 166a496479db8302a15b8d67da979a4d5831f049
ViewMTN: http://monotone.openembedded.org/revision.psp?id=166a496479db8302a15b8d67da979a4d5831f049
Files:
1
packages/mplayer/mplayer_0.0+1.0rc1.bb
Diffs:

#
# mt diff -r7b962d3510d731aaa784edc4ce4ccd71427cbf5f -r166a496479db8302a15b8d67da979a4d5831f049
#
# 
# 
# patch "packages/mplayer/mplayer_0.0+1.0rc1.bb"
#  from [b57f4af5eac2267e1b85ccf40db9612bde3e8a43]
#    to [0b91c6ac06ebad739769bc9710f9072f714026fe]
# 
============================================================
--- packages/mplayer/mplayer_0.0+1.0rc1.bb	b57f4af5eac2267e1b85ccf40db9612bde3e8a43
+++ packages/mplayer/mplayer_0.0+1.0rc1.bb	0b91c6ac06ebad739769bc9710f9072f714026fe
@@ -34,7 +34,7 @@ RREPLACES_${PN} = "mplayer-atty"
 
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
-PR = "r12"
+PR = "r13"
 
 PARALLEL_MAKE = ""
 
@@ -177,14 +177,25 @@ EXTRA_OECONF_append_arm = " --disable-de
 EXTRA_OECONF_append_arm = " --disable-decoder=vorbis_decoder \
 			    --disable-encoder=vorbis_encoder"
 
-EXTRA_OECONF_append_c7x0 = " --enable-w100 --enable-imageon "
+EXTRA_OECONF_append_progear = " --disable-sse --disable-3dnow --disable-mmxext --disable-sse2"
+
+#enable support for the ati imageon series (w100 and w3220)
+EXTRA_OECONF_append_c7x0 = " --enable-w100 "
 EXTRA_OECONF_append_hx4700 = " --enable-imageon "
-EXTRA_OECONF_append_progear = " --disable-sse --disable-3dnow --disable-mmxext --disable-sse2"
+
+#enable pxa270 overlay support
 EXTRA_OECONF_append_spitz = " --enable-pxa "
+EXTRA_OECONF_append_a780 = " --enable-pxa "
 
+#build with support for the iwmmxt instruction support (pxa270 and up)
 TARGET_CC_ARCH_spitz = "-march=iwmmxt -mtune=iwmmxt"
 PACKAGE_ARCH_spitz = "iwmmxt"
+TARGET_CC_ARCH_a780 = "-march=iwmmxt -mtune=iwmmxt"
+PACKAGE_ARCH_a780 = "iwmmxt"
+TARGET_CC_ARCH_hx4700 = "-march=iwmmxt -mtune=iwmmxt"
+PACKAGE_ARCH_hx4700= "iwmmxt"
 
+
 do_configure() {
 	cp ${WORKDIR}/vo_w100.c ${S}/libvo
 	cp ${WORKDIR}/vo_w100_api.h ${S}/libvo






More information about the Openembedded-commits mailing list