Re: [Paraview] Paraview 3.98 build error with ffmpeg

2013-11-07 Thread Patrick Begou
Thanks all for your quick answers! Utkarsh, I've downloaded ffmpeg-0.6.5.tar.gz yesterday evening but it doesn't compile with gcc 4.8. I've tried a newer versionffmpeg-0.6.7 but the problem remains. The error was in ffserver.c with an implicit function declaration. I solved it with adding "#in

Re: [Paraview] Paraview 3.98 build error with ffmpeg

2013-11-06 Thread Utkarsh Ayachit
That version of ParaView doesn't support FFMPEG 2.1. Try an older version of FFMEG (http://www.paraview.org/files/dependencies/ffmpeg-0.6.5.tar.gz). Utkarsh On Wed, Nov 6, 2013 at 9:59 AM, Patrick Begou wrote: > I'm building paraview 3.98 with FFMPEG enabled. > I've installed FFMPEG 2.1 from htt

[Paraview] Paraview 3.98 build error with ffmpeg

2013-11-06 Thread Patrick Begou
I'm building paraview 3.98 with FFMPEG enabled. I've installed FFMPEG 2.1 from http://ffmpeg.org/download.html#release_2.1 I get two errors in ParaView-3.98.1-source/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: 1) vtkFFMPEGWriter.cxx:165:18: error: ‘CodecID’ was not declared in this scope c->codec_id = (C