summaryrefslogtreecommitdiffstats
path: root/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
diff options
context:
space:
mode:
authorWill Newton <will.newton@gmail.com>2009-07-27 12:20:27 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-07-27 17:17:04 +0200
commit6fecd53e99591775a4117e9e1ba18043fda36b27 (patch)
treef52a4490494a8c968522c3d2efd575589095775c /package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
parent33a3e7ba2e3fe9ba0b5d198c0488d006f28eb273 (diff)
downloadbuildroot-novena-6fecd53e99591775a4117e9e1ba18043fda36b27.tar.gz
buildroot-novena-6fecd53e99591775a4117e9e1ba18043fda36b27.zip
mplayer: Update mplayer to version 1.0rc2.
Closes #331. - Remove patches applied upstream - Add updated avr32 patch from Hans-Christian Egtvedt. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch')
-rw-r--r--package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch b/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
deleted file mode 100644
index 053655dc4..000000000
--- a/package/multimedia/mplayer/mplayer-1.0rc1-ppc-configure.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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'