|
From: Antonio B. M. <ant...@li...> - 2005-06-03 17:56:05
|
El vie, 03-06-2005 a las 13:44 -0400, Trevor Boicey escribi=F3: > > Use the last stable, and if you find problems compiling with it, send > > me. >=20 > Ok, it's kind of a mess to explain because I've tried so many version= s, > but I did a quick run through and here's the status: >=20 > MOST LIKELY you will not care about all this debug information becaus= e > the versions I am trying to build against each other don't make sense, > but for completeness: Try using cvs version of nvrec and stable version os ffmpeg. >=20 > Using the latest latest of each (ffmpeg daily, nvrec by CVS) I get: >=20 > if gcc -DHAVE_CONFIG_H -I. -I. -I. -DFFMPEG -I../ffmpeg/libavformat > -I../ffmpeg/libavcodec -DHAVE_CONVERT -O3 -mcpu=3Di686 -march=3Di686 > -funroll-loops -ffast-math -fomit-frame-pointer -fno-exceptions -pthrea= d > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wal= l -MT > ffmpegrec-ffmpegfile_core.o -MD -MP -MF > ".deps/ffmpegrec-ffmpegfile_core.Tpo" -c -o ffmpegrec-ffmpegfile_core.o > `test -f 'ffmpegfile_core.c' || echo './'`ffmpegfile_core.c; \ > then mv -f ".deps/ffmpegrec-ffmpegfile_core.Tpo" > ".deps/ffmpegrec-ffmpegfile_core.Po"; else rm -f > ".deps/ffmpegrec-ffmpegfile_core.Tpo"; exit 1; fi > ffmpegfile_core.c: In function `ffmpeg_set_codec_video': > ffmpegfile_core.c:154: error: structure has no member named `frame_rate= ' > ffmpegfile_core.c: In function `copy_avcodec_context': > ffmpegfile_core.c:169: error: structure has no member named `frame_rate= ' > ffmpegfile_core.c: In function `ffmpegfile_core_init': > ffmpegfile_core.c:615: error: structure has no member named `frame_rate= ' > ffmpegfile_core.c:616: error: structure has no member named `frame_rate= ' > ffmpegfile_core.c:617: error: structure has no member named `frame_rate= ' > make[2]: *** [ffmpegrec-ffmpegfile_core.o] Error 1 > make[2]: Leaving directory `/root/builds/nvrec-cvs-20050603' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/builds/nvrec-cvs-20050603' > make: *** [all] Error 2 >=20 > ...probably the most sensible action would be to see why the two dail= ies > no longer like each other. Well, ffmpeg guys change frecuently the libavcodec and libaformat apis... soon, I'll review the code again... > Ideas? >=20 |