Ok I progress  :-)

I managed to install the shared libraries in /usr/local/lib (I did a symbolic link between so.46 and so.46) but at this time cinelerra don't recognize it. Then I copyedlibx264.so.45 to /usr/lib after that cinelerra has gone further in startup but another problem appears :

cinelerra: symbol lookup error: /usr/lib/libquicktimehv-1.6.0.so.1: undefined sy mbol: faacDecOpen
zsh: exit 127   cinelerra


I decided to compile cinelerra from SVN but I have another problem :

bcwindowbase.h:69:38: error: X11/extensions/xf86vmode.h: No such file or directory


and I can't install package libxxf86vm-dev because I have dependencies problem. If I install it I have to uninstall gnome, gdm, x-window-system-core, xserver-xorg and others.

Chris



Alec Robertson a écrit :

Alec as you said I have downloaded the last source of x264 and then I make
./configure > make > make install but the installers put libx264.a in /usr/local/lib but no trace of any libx264.so or libx264.so.45 I'm a linux'beginners and I d'ont know how could I transform libx264.a=>libx264.so ??

You need to compile x264 with shared libraries:
   ./configure --enable-shared
After make; sudo make install this will install libx264.so.46 in
/usr/local/lib. You can then rebuild the svn cinelerra and it should find things OK. You may need to do a "make clean distclean" first for each to clear things out.

Alec

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


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

Reply via email to