Ronald S. Bultje wrote:

Hi,

On Sun, 2004-10-03 at 23:06, Michael Steinhauser wrote:


I could compile and install the CVS-version (mjpeg_play 1.7.0) with checkinstall. When i tried to compile linux videostudio i got the error for missing mjpeg-1.6.0. Canīt studio be build with the latest CVS?



Yes, but the configure check isn't updated for it yet. You can do that manually by changing configure.ac and the running ./autogen.sh.

Ronald



Hi,
as i can see studio checks in configure.in for mjpegtools in this way:

dnl mjpegtools
AC_PATH_PROG(MJPEGTOOLS_CONFIG, mjpegtools-config, no)
if test x$MJPEGTOOLS_CONFIG = xno; then
AC_MSG_ERROR(mjpegtools-1.6 is required to run this version of LVS. Please download it from http://www.sf.net/projects/mjpeg/)
else
MJPEGTOOLS_LIBS=`$MJPEGTOOLS_CONFIG --libs`
MJPEGTOOLS_CFLAGS=`$MJPEGTOOLS_CONFIG --cflags`
MJPEGTOOLS_PREFIX=`$MJPEGTOOLS_CONFIG --prefix`
fi
AC_SUBST(MJPEGTOOLS_LIBS)
AC_SUBST(MJPEGTOOLS_CFLAGS)
AC_SUBST(MJPEGTOOLS_PREFIX)


In mjpegplay 1.7.0 is no more mjpegtools-config, how can i manually change this?

Tank you

Michael


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to