De: "Silent-Hunter" <[email protected]> : > On 16/01/11 02:40, [email protected] wrote: >> >> Message: 4 >> Date: Sat, 15 Jan 2011 23:07:04 +0100 (CET) >> From: [email protected] >> To: [email protected] >> Subject: Re: [CinCV] Cinelerra-cv refuses to compile. >> Reply-To: [email protected] >> >> De: "Ichthyostega"<[email protected]> : >>> Silent-Hunter schrieb: >>>> .libs/qth264.o: In function `encode': >>>> /home/silent/cinelerra-cv/quicktime/qth264.c:158: undefined reference to >>>> `x264_encoder_open_112' >>> are you linking against a suitable version of lib x264 ? >>> (the free h264 encoder/decoder library) >> I'm not sure, but... >> The latest development build of x264's has '112' API version number. You can >> check that by running 'x264 --version' in a console (see first line). >> So this error message *could* mean either that cinelerra can't be built with >> latest x264 API, or (more probably) that libquicktime was not compiled with >> this version of x264. >> The first thing you can try, if you didn't do it yet, is to recompile >> libquicktime before cinelerra. > Nevermind, I installed x264 version 92, and it worked.
Cinelerra-cv can be built with latest x264 revision, if libquicktime is also rebuilt. These programs were updated on archlinux : $ x264 --version x264 0.112.x built on Jan 16 2011, gcc: 4.5.2 configuration: --bit-depth=8 x264 license: GPL version 2 or later $ lqt-config --version 1.1.5 $ cinelerra Cinelerra 2.1.5CV GIT::01dc4375a0fb65d10dd95151473d0e195239175f (C) 2010 Heroine Virtual Ltd. External ffmpeg Compiled on Sun Jan 16 15:40:03 UTC 2011 Cinelerra-cv seems to work fine... _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
