[x264-devel] Re: Cinelerra and vlc with x264 on x86_64
Daniel Fort
Dan at digiola.com
Fri Oct 7 20:33:42 CEST 2005
Hi Sam,
> Check that you are using an up to date SVN tree of x264 and that you
> cleaned your tree before recompiling. If it still does not work, let us
> know:
Okay, I cleaned everything out and checked out a new tree. I followed your
suggestions but ended up with the same error in Cinelerra.
> - whether you did any modifications to common/amd64/dct-a.asm
This time I didn't apply the 64-bit patch.
> - whether -D__PIC__ appears in the build log when compiling
Do you mean like this?
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/dct-a.o common/amd64/dct-a.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/cpu-a.o common/amd64/cpu-a.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/pixel-a.o
common/amd64/pixel-a.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/mc-a.o common/amd64/mc-a.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/mc-a2.o common/amd64/mc-a2.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/predict-a.o
common/amd64/predict-a.asm
yasm -f elf -m amd64 -D_PIC_ -o common/amd64/pixel-sse2.o
common/amd64/pixel-sse2.asm
I did get a few warnings:
common/predict.c: In function `predict_4x4_vr':
common/predict.c:536: warning: unused variable `l3'
common/predict.c: In function `predict_4x4_hd':
common/predict.c:569: warning: unused variable `t3'
common/predict.c: In function `predict_4x4_vl':
common/predict.c:593: warning: unused variable `t7'
common/predict.c: In function `predict_8x8_vr':
common/predict.c:775: warning: unused variable `l7'
common/predict.c: In function `predict_8x8_hd':
common/predict.c:803: warning: unused variable `t7'
> - your Yasm version
I got it from Gentoo portage. It is advertised as yasm-0.4.0.
Thanks for your persistence.
--Dan
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list