On Montag, 2. August 2010, Howard Helsinger wrote: > When I try to compile, I get an error: > undefined reference to `x264_encoder_open_85' > I've tried the remedy previously mentioned, but it doesn't solve the > problem: > > this was the remedy. > > > "i've copied the file in /usr/local/include to /usr/include > > then i link libx264.so to libx264.so.80 instead of .67
Do not do this. Instead, make sure you have only one x264.h on your system. Then make sure you have exactly one libx264.so on your system (a symbolic link). Make sure this libx264.so is a symbolic link to the libx264.so.nn where the nn matches the version number in your x264.h (look for X264_BUILD). -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
