On Montag, 28. Februar 2011, Simon Su wrote: > Hi All, > > I have x264 compiled from the source code that I check out on Feb 23, 2011 > and liba52-0.7.4 compiled. x264 comes with pkgconfig directory installed > but liba52 doesn't. I also have other library missing but I am just trying > to go down the list to find out what I am missing. The question now is. > > 1. the configure still shows > > checking x264.h usability... no > checking x264.h presence... no > checking for x264.h... no > .... > libx264 enabled no > .... > libx264 libraries found > libx264 headers missing > > and I even tried to set the environment variable with same results. > > sms:/local/home/build/cinelerra/my_cinelerra> env | grep LIBX264 > LIBX264_CFLAGS=-I/local/home/tools/x264/x264-git-20110223/sms.Linux-2.6.18- >194.26.1.el5.x86_64.gcc-4.1.2.release/include > LIBX264_LIBS=-L/local/home/tools/x264/x264-git-20110223/sms.Linux-2.6.18-19 >4.26.1.el5.x86_64.gcc-4.1.2.release/lib -lx264 -lpthread
Look into config.log; it should tell you why configure thinks that x264.h is not installed or not found in these locations. > 2. How do I let the configure knows I have liba52 installed at > > /local/home/tools/liba52/liba52-0.7.4/sms.Linux-2.6.18-194.26.1.el5.x86_64. >gcc-4.1.2.release Setting the environment as above should be sufficient. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
