|
From: Antonio B. M. <ant...@li...> - 2005-06-06 08:58:06
|
El lun, 06-06-2005 a las 10:51 +0200, Howard Schultens escribi=F3: > Dear nvrec-open, >=20 > with the last 2 releases of nvrec and the CVS version, I get the > following error with ./configure >=20 > ******************************************************* > configure: WARNING: ffmpeg not installed. Download it from: > configure: WARNING: http://ffmpeg.sf.net/ > configure: WARNING: Build it and create a symlink called ffmpeg in the > configure: WARNING: same directory where the nvrec source directory is > configure: WARNING: located. > configure: WARNING: ffmpegrec will NOT be built. > configure: WARNING: ***************************************************= **** > configure: WARNING: ffmpeg-0.46+ not installed. Download it from: > configure: WARNING: http://ffmpeg.sf.net/ > configure: WARNING: Build it and create a symlink called ffmpeg in the > configure: WARNING: same directory where the nvrec source directory is > configure: WARNING: located. > configure: WARNING: Image format conversion will not be available. >=20 > I have installed the latest version of ffmpeg in /usr/local/bin and > there is a symbolic link in the nvrec source directory. the ffmpeg directory must be at the same level as nvrec, not in the nvrec source directory, ie: ffmpeg/ nvrec/=20 > Further, all the versions of nvrec I tried bomb out of make with > the error: >=20 > In file included from aconv_mad.c:11: > mcplay.h:16: error: parse error before "yuv_pic_t" > mcplay.h:16: warning: type defaults to `int' in declaration of `yuv_pic= _t' > mcplay.h:16: warning: data definition has no type or storage class > make[3]: *** [aconv_mad.o] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 >=20 > The erroneous line in mcplay.h is: >=20 > #ifdef _DECORE_H_ > typedef DEC_PICTURE yuv_pic_t; <<<<<<<<<<<<<<<<<<<<<<<< > #else > #warning Including own yuv_pic definition! > typedef struct > { > void *y; > void *u; > void *v; > int stride_y; > int stride_uv; > } yuv_pic_t; > #endif /* decore.h */ >=20 > In other words, apparently decore.h (from divx4linux) does not contain > a definition of DEC_PICTURE. What version of divx4linux are you using? > My operating system is SuSE Linux 9.0. >=20 > Thanks for help. Please reply to me directly, as I am not subscribed > to the list. > -- Howard > -----------------------------------------------------------------------= - > Dipl.-Phys. H. Schultens Tel: +49 551 39-591= 4 > Zentrum Physiologie Fax: +49 551 39-592= 3 > Humboldtallee 23 eMail: hschult(at)gwdg(dot)d= e > 37073 Goettingen WWW: http://www.neuro-physiol.med.uni-goettingen.d= e > Germany > -----------------------------------------------------------------------= - >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you s= hotput > a projector? How fast can you ride your desk chair down the office luge= track? > If you want to score the big prize, get to know the little guy. =20 > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 > _______________________________________________ > Nvrec-open mailing list > Nvr...@li... > https://lists.sourceforge.net/lists/listinfo/nvrec-open |