<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
> /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware<br>
</span><div><div class="h5">> -linux/bin/ld:<br>
> warning: libx264.so.138, needed by<br>
> /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec<br>
> .so,<br>
> not found (try using -rpath or -rpath-link)<br>
> /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec<br>
> .so:<br>
> undefined reference to `x264_encoder_close'<br>
> ...<br>
> /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec<br>
> .so:<br>
> undefined reference to `x264_encoder_delayed_frames'<br>
> collect2: error: ld returned 1 exit status<br>
> make[2]: *** [Binaries/dolphin-emu] Error 1<br>
> make[2]: Leaving directory `/tmp/SBo/dolphin-4.0.2/build'<br>
> make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all]<br>
> Error 2<br>
> make[1]: Leaving directory `/tmp/SBo/dolphin-4.0.2/build'<br>
> make: *** [all] Error 2<br>
><br></div></div></blockquote><div>I think the problem is that ffmpeg needs to be rebuilt against a newer installation of x264.<br><br></div><div>--Larry<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
> No problem, just go into /usr/lib64 and make a libx264.so.138 symlink:<br>
><br>
> root@hades:/usr/lib64 # ls -l libx264*<br>
> lrwxrwxrwx 1 root root      14 Jul 22 23:02 libx264.so -> libx264.so.146<br>
> *<br>
> lrwxrwxrwx 1 root root      10 Jul 22 23:02 libx264.so.138 -> libx264.so<br>
> *<br>
</div></div><span class="">> -rwxr-xr-x 1 root root 1008448 Jul  6 00:59 libx264.so.146*<br>
><br>
> Tried again and this time got the following error:<br>
><br>
> cd /tmp/SBo/dolphin-4.0.2/build/Source/Core/DolphinWX &&<br>
> /usr/bin/cmake -E cmake_link_script<br>
> CMakeFiles/dolphin-emu.dir/link.txt --verbose=1<br>
> ...<br>
> /Common/libcommon.a -lpthread -lasound -lao -lopenal -lSoundTouch<br>
> /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec<br>
> .so:<br>
> undefined reference to `x264_encoder_open_138'<br>
> collect2: error: ld returned 1 exit status<br>
> make[2]: *** [Binaries/dolphin-emu] Error 1<br>
> make[2]: Leaving directory `/tmp/SBo/dolphin-4.0.2/build'<br>
> make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all]<br>
> Error 2<br>
> make[1]: Leaving directory `/tmp/SBo/dolphin-4.0.2/build'<br>
> make: *** [all] Error 2<br>
><br>
> I ended up reverting to x264-20131101 which has the real<br>
> libx264.so.138 file instead of a symlink. From the error above Dolphin<br>
> seems to expect 138 for some reason.<br>
<br>
</span>I think you need to rebuilt the deps for dolphin-emu<br>
<br>
here's the result of building x264 and dolphin-emu via sbopkg<br>
<br>
x264:<br>
  MD5SUM check for x264-snapshot-20150223-2245-stable.tar.xz ... OK<br>
  Building package x264-20150223-x86_64-1_SBo.tgz ... OK<br>
  Installing package x264-20150223-x86_64-1_SBo.tgz ... OK<br>
<br>
nvidia-cg-toolkit:<br>
  MD5SUM check for Cg-3.1_April2012_x86_64.tgz ... OK<br>
  Building package nvidia-cg-toolkit-3.1_April2012-x86_64-1_SBo.tgz ... OK<br>
  Installing package nvidia-cg-toolkit-3.1_April2012-x86_64-1_SBo.tgz ... OK<br>
<br>
dolphin-emu:<br>
  MD5SUM check for 4.0.2.tar.gz ... OK<br>
  Building package dolphin-emu-4.0.2-x86_64-3_SBo.tgz ... OK<br>
  Installing package dolphin-emu-4.0.2-x86_64-3_SBo.tgz ... OK<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
</font></span><br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" rel="noreferrer" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br></div></div>