[MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib
Guillaume POIRIER
poirierg at gmail.com
Fri Jun 23 07:40:58 CEST 2006
Hi,
On 6/23/06, Zuxy Meng <zuxy.meng at gmail.com> wrote:
> Hi,
>
> 2006/6/23, Guillaume POIRIER <poirierg at gmail.com>:
[..]
> > So it looks like things could greatly improved on AMD64.
> >
>
> In sr1.c:
>
> #ifdef ARCH_X86
> #define CAN_COMPILE_X86_ASM
> #endif
>
> may be changed to
>
> #if defined(ARCH_X86) || defined(ARCH_X86_64)
> #define CAN_COMPILE_X86_ASM
> #endif
Yes, but smth similar needs to be done for the Makefile too:
ifeq ($(TARGET_ARCH_X86),yes)
SRCS += decode_i586.c
OBJS += decode_i586.o
...
I'm not a Makefile statements kings, so I need to read the docs of
make to learn how to write a "or" statement.
Guillaume
--
"If God had wanted us to vote, he would have given us candidates."
- Jay Leno
More information about the MPlayer-dev-eng
mailing list