From: Alexis Ballier <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: [CinCVS] No compilation today :(
> Then I got all same errors, but it came to /usr/local/lib/libx264.so.54 and
> when I try  nm /usr/local/lib/libx264.so.54
> nm: /usr/local/lib/libx264.so.54: no symbols


that's nm -D for dynamic libs.

OK. Now I can find them.  All those sse3 are marked with U as Undefined.

those sse3 functions are new and were not present in a four months old
libx264, are you sure that the linker doesn't try to link with the
ubuntu libx264.so when it's called with -lx264 ?
try setting LD_LIBRARY_PATH

No. I don't have other versions of x264. Ubuntu's own version wasn't compiled --with-pic AFAIK when I first time tried it. I did ld -lx264 and it gave full path to my compiled x264 and told my ssse3 are undefined.

So I believe this is bug in x264. Has anyone compiled it and can verify this or do I point my finger toward the chair in front of screens? So how do I get those functions defined? are there any standard ways or how it's done? Or is my source somehow messed up and could deleting the sourcetree and checouting again help with this?

Below are the undefined functions from nm -D /usr/local/libx264.so.54

Anyway thank you for helping his far. Now I have to find the rest of the way to deepest meaning of ssse3 :)

Hannu Vuolasaho

                U __assert_fail
                U cos
                U cosh
                U exit
                U exp
                U fclose
                U __finite
                U fopen
                U fprintf
                U fread
                U free
                U fseek
                U ftell
                U fwrite
                U gettimeofday
                U log
                U mcount
                U memalign
                U memcpy
                U memset
                U pow
                U pthread_cond_broadcast
                U pthread_cond_destroy
                U pthread_cond_init
                U pthread_cond_wait
                U pthread_create
                U pthread_join
                U pthread_mutex_destroy
                U pthread_mutex_init
                U pthread_mutex_lock
                U pthread_mutex_unlock
                U realloc
                U rename
                U sched_getaffinity
                U sin
                U sinh
                U snprintf
                U sprintf
                U sscanf
                U __stack_chk_fail
                U stderr
                U strchr
                U strcmp
                U strcpy
                U strcspn
                U __strdup
                U strlen
                U strpbrk
                U strstr
                U __strtod_internal
                U __strtol_internal
                U tan
                U tanh
                U vfprintf
                U x264_pixel_sa8d_16x16_ssse3
                U x264_pixel_sa8d_8x8_ssse3
                U x264_pixel_satd_16x16_ssse3
                U x264_pixel_satd_16x8_ssse3
                U x264_pixel_satd_8x16_ssse3
                U x264_pixel_satd_8x4_ssse3
                U x264_pixel_satd_8x8_ssse3
                U x264_quant_4x4_core15_ssse3
                U x264_quant_4x4_dc_core15_ssse3
                U x264_quant_8x8_core15_ssse3

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to