[MPlayer-dev-eng] [PATCH] Direct3D libvo driver

Georgi Petrov gogothebee at gmail.com
Mon Nov 17 15:16:59 CET 2008


>> This is important:
>>
>> process_begin: CreateProcess(NULL, f win32 -DPREFIX -I i386/ -o
>> i386/fft_mmx.o i386/fft_mmx.asm, ...) failed.
>> make (e=2): The system cannot find the file specified.
>> make: [i386/fft_mmx.o] Error 2 (ignored)
>
> This does not look like the output of the make command.
>

Well, I include more lines:

gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I..
-I.. -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99
-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4
-march=pentium-m -mtune=pentium-m -pipe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I.    -c -o w32thread.o w32thread.c
f win32 -DPREFIX -I i386/ -o i386/fft_mmx.o i386/fft_mmx.asm
process_begin: CreateProcess(NULL, f win32 -DPREFIX -I i386/ -o
i386/fft_mmx.o i386/fft_mmx.asm, ...) failed.
make (e=2): The system cannot find the file specified.
make: [i386/fft_mmx.o] Error 2 (ignored)
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I..
-I.. -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99
-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4
-march=pentium-m -mtune=pentium-m -pipe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I.    -c -o i386/fft_sse.o i386/fft_sse.c


> The problem is related to the new yasm support.  You can disable it in
> config.h/config.mak until I hack up disabling code in configure.
>
> Now, what do you have in configure.log under the topic of yasm?
>

============ Checking for yasm ============

pabsw xmm0, xmm0

yasm -f win32 -DPREFIX -o /tmp/mplayer-conf-4401-5928.exe
/tmp/mplayer-conf-7575-5928.S
./configure: yasm: command not found


Result is: no

Hmm, yasm is not enabled at all...



More information about the MPlayer-dev-eng mailing list