[x265] [PATCH] asm: interp_8tap_horiz pp and ps sse2

dave dtyx265 at gmail.com
Thu Apr 30 19:50:21 CEST 2015


On 04/30/2015 09:28 AM, Steve Borho wrote:
> On 04/30, dave wrote:
>> I submitted a patch fixing this but I was only able to test it for 64-bit.
>> When trying to build for 32-bit I ran into the following build error.
>>
>> Linking CXX executable x265
>> libx265.so.56: undefined reference to `dlsym'
>> libx265.so.56: undefined reference to `dlopen'
>> collect2: error: ld returned 1 exit status
>> make[2]: *** [x265] Error 1
>> make[1]: *** [CMakeFiles/cli.dir/all] Error 2
>> make: *** [all] Error 2
> do you have a 32bit version of libdl installed?
>
Yes.

ls -l lib32/libdl*
-rw-r--r-- 1 root root 9768 Feb 22 03:45 lib32/libdl-2.13.so
lrwxrwxrwx 1 root root   13 Feb 22 03:45 lib32/libdl.so.2 -> libdl-2.13.so

from debian wheezy.


More information about the x265-devel mailing list