mplayer options patch

2011-01-07 Thread Anton Shterenlikht
mplayer fails on ia64 portscluster: Error: Runtime CPU detection only works for x86, x86-64 and PPC! Here's a patch: --- Makefile2010-12-03 03:38:31.0 + +++ Makefile.new2011-01-07 09:38:50.0 + @@ -13,7 +13,7 @@ .include ${.CURDIR}/Makefile.shared OPTIONS=

Re: mplayer options patch

2011-01-07 Thread Eygene Ryabinkin
Fri, Jan 07, 2011 at 09:58:17AM +, Anton Shterenlikht wrote: Error: Runtime CPU detection only works for x86, x86-64 and PPC! Here's a patch: --- Makefile 2010-12-03 03:38:31.0 + +++ Makefile.new 2011-01-07 09:38:50.0 + @@ -13,7 +13,7 @@ .include

Re: mplayer options patch

2011-01-07 Thread Anton Shterenlikht
On Fri, Jan 07, 2011 at 01:15:21PM +0300, Eygene Ryabinkin wrote: Fri, Jan 07, 2011 at 09:58:17AM +, Anton Shterenlikht wrote: Error: Runtime CPU detection only works for x86, x86-64 and PPC! Here's a patch: --- Makefile2010-12-03 03:38:31.0 + +++

Re: mplayer options patch

2011-01-07 Thread Anonymous
Eygene Ryabinkin r...@freebsd.org writes: Fri, Jan 07, 2011 at 09:58:17AM +, Anton Shterenlikht wrote: Error: Runtime CPU detection only works for x86, x86-64 and PPC! Here's a patch: --- Makefile 2010-12-03 03:38:31.0 + +++ Makefile.new 2011-01-07 09:38:50.0

Re: mplayer options patch

2011-01-07 Thread Anton Shterenlikht
On Fri, Jan 07, 2011 at 02:41:21PM +0300, Anonymous wrote: Eygene Ryabinkin r...@freebsd.org writes: Fri, Jan 07, 2011 at 09:58:17AM +, Anton Shterenlikht wrote: Error: Runtime CPU detection only works for x86, x86-64 and PPC! Here's a patch: --- Makefile 2010-12-03

Re: mplayer options patch

2011-01-07 Thread Anonymous
Anton Shterenlikht me...@bristol.ac.uk writes: $ make config Makefile, line 16: Malformed conditional (${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc) Makefile, line 18: if-less else Makefile, line 20: if-less endif make: fatal errors encountered -- cannot continue I

Re: mplayer options patch

2011-01-07 Thread Anton Shterenlikht
On Fri, Jan 07, 2011 at 03:00:39PM +0300, Anonymous wrote: Anton Shterenlikht me...@bristol.ac.uk writes: $ make config Makefile, line 16: Malformed conditional (${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc) Makefile, line 18: if-less else Makefile, line 20:

Re: mplayer options patch

2011-01-07 Thread Anonymous
Anton Shterenlikht me...@bristol.ac.uk writes: On Fri, Jan 07, 2011 at 03:00:39PM +0300, Anonymous wrote: Anton Shterenlikht me...@bristol.ac.uk writes: $ make config Makefile, line 16: Malformed conditional (${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc) Makefile,

Re: mplayer options patch

2011-01-07 Thread Anton Shterenlikht
On Fri, Jan 07, 2011 at 03:28:44PM +0300, Anonymous wrote: Anton Shterenlikht me...@bristol.ac.uk writes: On Fri, Jan 07, 2011 at 03:00:39PM +0300, Anonymous wrote: Anton Shterenlikht me...@bristol.ac.uk writes: $ make config Makefile, line 16: Malformed conditional (${ARCH} ==

Re: mplayer options patch

2011-01-07 Thread Eygene Ryabinkin
Fri, Jan 07, 2011 at 01:32:39PM +, Anton Shterenlikht wrote: I don't think I need to change any other options from the current default to make it build and run on my ia64. So if this patch seems reasonable, can somebody submit it? many thanks anton --- Makefile 2010-12-02