>
> I recompiled the x264 source with -fPIC (make clean; ./configure
> --extraflags=-fPIC; make; make install; ldconfig), after that recompiled
> cinelerra (make clean; ./configure; make).
>
> After that, I got the same error message, but now concerning
> /usr/local/lib/libx264.a(*dct-a.o*)             in stead of
> /usr/local/lib/libx264.a(*common.o*)
>
> Again, any clues?
>
> Thanks again,
>
> kind greetings, Jogchum
>

hi, i had same problem......twice:


1) first time (it was several month ago) i parched x264 with a patch (i
attach )

2) second time was two days ago, when i had to compile first time another
amd64 debian system....well....patch seems not working and i had no time
to have a further look so i copy/paste old libx264.a (from other debian
system hd):

http://hackitectura.net/~vale/libx264.a

Sorry for short answer.......

good look and tell me about....

;

vale

diff -Nurp x264-315/common/amd64/dct-a.asm x264-315-64fix/common/amd64/dct-a.asm
--- x264-315/common/amd64/dct-a.asm	2005-10-05 19:18:25.000000000 +0300
+++ x264-315-64fix/common/amd64/dct-a.asm	2005-10-05 21:06:28.000000000 +0300
@@ -358,11 +358,11 @@ x264_add4x4_idct_mmxext:
 cglobal x264_pixel_sub_8x8_mmx
 cglobal x264_xdct8_mmxext
 cglobal x264_ydct8_mmx
-cglobal x264_ydct8_sse2
+;cglobal x264_ydct8_sse2
 
 cglobal x264_xidct8_mmxext
 cglobal x264_yidct8_mmx
-cglobal x264_yidct8_sse2
+;cglobal x264_yidct8_sse2
 cglobal x264_pixel_add_8x8_mmx
 
 ALIGN 16
diff -Nurp x264-315/common/amd64/mc-a.asm x264-315-64fix/common/amd64/mc-a.asm
--- x264-315/common/amd64/mc-a.asm	2005-10-05 19:18:25.000000000 +0300
+++ x264-315-64fix/common/amd64/mc-a.asm	2005-10-05 21:07:34.000000000 +0300
@@ -373,7 +373,7 @@ ALIGN 4
 
     ret
 
-cglobal mc_copy_w8
+;cglobal mc_copy_w8
 
 ALIGN 16
 ;-----------------------------------------------------------------------------
@@ -408,7 +408,7 @@ ALIGN 4
 
     ret
 
-cglobal mc_copy_w16
+;cglobal mc_copy_w16
 
 ALIGN 16
 ;-----------------------------------------------------------------------------
diff -Nurp x264-315/common/amd64/mc-a2.asm x264-315-64fix/common/amd64/mc-a2.asm
--- x264-315/common/amd64/mc-a2.asm	2005-10-05 19:18:25.000000000 +0300
+++ x264-315-64fix/common/amd64/mc-a2.asm	2005-10-05 21:07:53.000000000 +0300
@@ -118,7 +118,7 @@ mmx_dw_5:
 
 SECTION .text
 
-cglobal x264_vertical_filter_mmxext
+;cglobal x264_vertical_filter_mmxext
 cglobal x264_horizontal_filter_mmxext
 cglobal x264_center_filter_mmxext
 

Reply via email to