On Mon, 15 Jun 2009, E Chalaron wrote: > Just recompiled from CVS. Y4mtoqt is not buidling, all other y4mtools > have a .o and exe file but his one.
I wager that you are also missing qttoy4m Both y4mtoqt and qttoy4m depend on having libquicktime correctly installed. In y4mutils/Makefile.am there are the three lines: if HAVE_LIBQUICKTIME bin_PROGRAMS += y4mtoqt qttoy4m endif If y4mtoqt is not being built then there is a high probability that qttoy4m is also not being built. Both depend on libquicktime being detected at configure time. Libquicktime being properly installed means: 1) if you didn't build from sources then you need to also install the matching "devel" package in addition to the runtime package. 2) If you did build from sources then the PKGCONFIG (.pc) flle needs to be in a place that pkg_config can find it - this may mean adjusting the PKG_CONFIG_PATH environment variable. 3) If present the version of libquicktime must be greater than 0.9.7 (should not be a problem since 1.0 has been available for quite a while). Solution would be to check libquicktime out from CVS and build/install it. > If someone has a quick fix please; kinda urgent here. Rebuilding/updating while something urgent is happening is not a good idea. As the saying goes "don't ugprade in the middle of a project"... Cheers, Steven Schultz ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users