From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/multimedia/mplayer
Date: Tue, 20 Jan 2009 09:12:06 +0000 (UTC) [thread overview]
Message-ID: <20090120091206.D9DA1770F3@busybox.osuosl.org> (raw)
Author: jacmet
Date: 2009-01-20 09:12:06 +0000 (Tue, 20 Jan 2009)
New Revision: 24921
Log:
mplayer: fix configure for powerpc-linux
Added:
trunk/buildroot/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
Changeset:
Added: trunk/buildroot/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
===================================================================
--- trunk/buildroot/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch (rev 0)
+++ trunk/buildroot/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch 2009-01-20 09:12:06 UTC (rev 24921)
@@ -0,0 +1,27 @@
+mplayer: configure: handle target=powerpc-linux as well as ppc-linux
+---
+ configure | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: MPlayer-1.0rc1/configure
+===================================================================
+--- MPlayer-1.0rc1.orig/configure
++++ MPlayer-1.0rc1/configure
+@@ -133,7 +133,7 @@
+
+ ppc() {
+ case "$host_arch" in
+- ppc) return 0;;
++ ppc|powerpc) return 0;;
+ *) return 1;;
+ esac
+ }
+@@ -1213,7 +1213,7 @@
+ _optimizing=''
+ ;;
+
+- ppc)
++ ppc|powerpc)
+ _def_arch='#define ARCH_POWERPC 1'
+ _def_dcbzl='#define NO_DCBZL 1'
+ _target_arch='TARGET_ARCH_POWERPC = yes'
next reply other threads:[~2009-01-20 9:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-20 9:12 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-26 9:22 [Buildroot] svn commit: trunk/buildroot/package/multimedia/mplayer jacmet at uclibc.org
2009-01-26 9:22 jacmet at uclibc.org
2009-01-27 0:52 ` Hamish Moffatt
2009-01-27 5:54 ` Peter Korsgaard
2009-01-27 12:58 ` Hamish Moffatt
2009-01-27 13:02 ` Peter Korsgaard
2009-01-28 0:13 ` Hamish Moffatt
2009-01-20 9:29 jacmet at uclibc.org
2009-01-20 9:11 jacmet at uclibc.org
2009-01-20 6:17 egtvedt at uclibc.org
2008-12-04 16:49 egtvedt at uclibc.org
2008-12-01 13:33 egtvedt at uclibc.org
2008-12-01 13:08 egtvedt at uclibc.org
2008-12-01 12:53 egtvedt at uclibc.org
2008-12-01 12:48 egtvedt at uclibc.org
2008-12-01 12:32 egtvedt at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090120091206.D9DA1770F3@busybox.osuosl.org \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox