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. _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
