Im trying to get this to work on my system. Note that
ffmpeg is as shown:
ffmpeg version 0.4.9-pre1, build 4718, Copyright (c)
2000-2004 Fabrice Bellard
built on Mar 30 2005 21:54:13, gcc: 3.3.5 20050117
(prerelease) (SUSE Linux)
The distribution is SuSE 9.3 and I'm getting the
following errors:
configure: WARNING:
*******************************************************
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.
configure: WARNING:
*******************************************************
configure: WARNING: Seeing as librte 0.4 just did not
work properly support
configure: WARNING: has been discontinued. Only
rte-0.5 and CVS versions
configure: WARNING: are supported.
configure: WARNING:
*******************************************************
configure: WARNING: Some versions of divx4linux have a
nasty habit of
configure: WARNING: leaving c:\trace_b.txt files
everywhere. Run
configure: WARNING: ./fixdivx.sh to test for this
problem and offer
configure: WARNING: you the option to fix it.
When I try to build the code I get:
mcplay.h:16: error: syntax 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[3]: Leaving directory
`/home/bob/tmp/nvrec-20041227/tools/stream'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/bob/tmp/nvrec-20041227/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bob/tmp/nvrec-20041227'
make: *** [all] Error 2
Regards,
Bob