Hi Peter, It fixed the previous error, but then this happened:
Compiling ==> 'VideoFFmpeg.cpp' source/gameengine/VideoTexture/VideoFFmpeg.cpp: In member function ‘int VideoFFmpeg::openStream(const char*, AVInputFormat*, AVFormatParameters*)’: source/gameengine/VideoTexture/VideoFFmpeg.cpp:181:24: warning: comparison between signed and unsigned integer expressions source/gameengine/VideoTexture/VideoFFmpeg.cpp: In static member function ‘static void* VideoFFmpeg::cacheThread(void*)’: source/gameengine/VideoTexture/VideoFFmpeg.cpp:315:1: warning: comparison between signed and unsigned integer expressions source/gameengine/VideoTexture/VideoFFmpeg.cpp: In member function ‘virtual void VideoFFmpeg::openCam(char*, short int)’: source/gameengine/VideoTexture/VideoFFmpeg.cpp:644:41: error: ‘av_parse_video_rate’ was not declared in this scope source/gameengine/VideoTexture/VideoFFmpeg.cpp: In member function ‘AVFrame* VideoFFmpeg::grabFrame(long int)’: source/gameengine/VideoTexture/VideoFFmpeg.cpp:910:1: warning: comparison between signed and unsigned integer expressions scons: *** [/home/san/sub/blender/trunk/build/linux2/source/gameengine/VideoTexture/VideoFFmpeg.o] Error 1 scons: building terminated because of errors. Sorry.. Best regards, Ejner On Fri, May 27, 2011 at 9:50 AM, Peter Schlaile <[email protected]> wrote: > Hi Sergey, > > added some additional checks. Hopefully, now it works. > > Sorry! > > Cheers, > Peter > > On Fri, 27 May 2011, Sergey I. Sharybin wrote: > >> Hi, Peter! >> >> It's cool that you've removed old code, but i'm unable to compile with ffmpeg >> 0.6.3 (which is current latest stable version and which would be used for >> 2.58 release). The same error would happen for libraries from current lib/ >> repo: >> >> [ 72%] Building CXX object >> source/gameengine/VideoTexture/CMakeFiles/ge_videotex.dir/VideoFFmpeg.cpp.o >> In file included from >> /home/nazgul/src/blender/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:41:0: >> /home/nazgul/src/blender/blender/source/gameengine/VideoTexture/VideoFFmpeg.h:37:34: >> fatal error: libavutil/parseutils.h: No such file or directory >> >> I hope it'll be easy for you to fix this :) >> >> -------- Original Message -------- >> Subject: Re: [Bf-committers] SVN commit: /data/svn/bf-blender [36934] >> trunk/blender: == FFMPEG == >> From: Peter Schlaile <[email protected]> >> To: [email protected] >> Date: 05/27/2011 05:53 AM >>> ... did I already mention, that I start to hate OpenSuse for using some >>> "in-between" version...? >>> >>> Please checkout again. >>> >>> Cheers, >>> Peter >>> >>>> hm, i got another error. >>>> >>>> >>>> source/blender/blenkernel/intern/writeffmpeg.c: In function >>>> ?start_ffmpeg_impl?: >>>> source/blender/blenkernel/intern/writeffmpeg.c:744:32: error: >>>> ?AVIO_FLAG_WRITE? undeclared (first use in this function) >>>> source/blender/blenkernel/intern/writeffmpeg.c:744:32: note: each >>>> undeclared identifier is reported only once for each function it appears >>>> in >>>> scons: *** >>>> [/home/pepo/zwei5new/build/linux2/source/blender/blenkernel/intern/writeffmpeg.o] >>>> Error 1 >>>> scons: building terminated because of errors. >>>> >>>> Thanks for fast reply, mib. >>>> >>>> >>>> Am 27.05.2011, 01:23 Uhr, schrieb Peter Schlaile<[email protected]>: >>>> >>>>> ... added some version checks again. >>>>> >>>>> Please try again! >>>>> >>>>> Cheers, >>>>> Peter >>>>> >>>>>> Hi, this commit breaks building on opensuse 11.4/64 with scons, system >>>>>> ffmpeg is 0.62. >>>>>> http://www.pasteall.org/21955 >>>>>> Cheers, mib. >>>>> _______________________________________________ >>>>> Bf-committers mailing list >>>>> [email protected] >>>>> http://lists.blender.org/mailman/listinfo/bf-committers >>>> >>>> ------------------------------ >>>> >>>> _______________________________________________ >>>> Bf-committers mailing list >>>> [email protected] >>>> http://lists.blender.org/mailman/listinfo/bf-committers >>>> >>>> >>>> End of Bf-committers Digest, Vol 82, Issue 52 >>>> ********************************************* >>>> >>> ---- >>> Peter Schlaile >>> _______________________________________________ >>> Bf-committers mailing list >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-committers >>> >> >> >> -- >> With best regards, Sergey I. Sharybin >> >> > > ---- > Peter Schlaile > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
