summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-03 12:38:36 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-03 12:38:36 +0000
commitca1d32f37e5515d92572ddeb03d594b8cb132060 (patch)
treec81f901cbc8afba251cc9692bf2f4011b35cfa34
parentf71ba113eb283d7a60002dc6425b1f4c77429c28 (diff)
parentcfa978e9df15508e69c4c363284c689d922da2da (diff)
merge of 'a806a9f3048bf953ea29faffb714688ab1a8d4d8'
and 'b197b98e05323ddd6e2f04f723ec87f58fe81d3b'
-rw-r--r--packages/mplayer/mplayer_svn.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/mplayer/mplayer_svn.bb b/packages/mplayer/mplayer_svn.bb
index 684923326a..bd2bc96b52 100644
--- a/packages/mplayer/mplayer_svn.bb
+++ b/packages/mplayer/mplayer_svn.bb
@@ -40,9 +40,6 @@ DEFAULT_PREFERENCE = "-1"
PARALLEL_MAKE = ""
-DEPENDS_append_c7x0 = " sharp-aticore-oss libw100 "
-DEPENDS_append_hx4700 = " libw100 "
-
S = "${WORKDIR}/trunk"
PACKAGES =+ "mencoder"
@@ -176,11 +173,6 @@ EXTRA_OECONF_append_arm = " --disable-decoder=vorbis_decoder \
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 --enable-imageon "
-EXTRA_OECONF_append_hx4700 = " --enable-imageon "
-
-
#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}"