cinelerra-2.1-0.12.20070108.fc7 broken
Tim Lauridsen <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Just installed cinelerra from freshrpms. when i start it, i get an error libx264.so.54 not found. The following work around make it work. ln -s /usr/lib64/libx264.so.55 /usr/lib64/libx264.so.54 it look like the problem is introduced by the the latest update of the x264 package. [root@localhost ~]# rpm -q --changelog x264 | head * Thu May 31 2007 Matthias Saou <http://freshrpms.net/> 0.0.0-0.3.20070529 - Update to 20070529 snasphot for F7 (soname .54 bump to .55). Tim