Info only about recent upgrades to ffmpeg -------- Original Message -------- Subject: [FFmpeg-user] Fwd: Re: several git version of ffmpeg Date: Tue, 05 Jul 2011 12:00:55 -0500 From: Donn Washburn <[email protected]> Reply-To: FFmpeg user questions and RTFMs <[email protected]> To: ffmpeg Users elist <[email protected]>
Information from ffmpeg about the problem. Unfortunately, I am not a code person (other than HAM Morse code and Electronic color code person). If I knew how, I would attempt to fix it. On date Tuesday 2011-07-05 11:21:53 -0500, Donn Washburn encoded:
Hello Group; I have been trying to complie a version of OpenSceneGraph for Flightgear. The cmake app, and ccmake app show it found ffmpeg so I was going with it because I remember from past years "old version of ffmpeg" coming from ffmpeg. I think a header file is the problem. Included is the OSG output from 98 percent to Error. Is this problem a ffmpeg or osg problem [ 96%] Built target osgdb_txp [ 96%] Built target osgdb_xine /mnt/sda7/fgfs/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:269:17: warning: �int url_ferror(AVIOContext*)� is deprecated (declared at /usr/include/libavformat/avio.h:298) [-Wdeprecated-declarations] /mnt/sda7/fgfs/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:269:48: warning: �int url_ferror(AVIOContext*)� is deprecated (declared at /usr/include/libavformat/avio.h:298) [-Wdeprecated-declarations]
You need to update the OSG code, it is using an old define which was deprecated and removed since the last major bump (CODEC_TYPE_* => AVMEDIA_TYPE_*). Or you can simply add some evil define for re-introducing the old symbols. ___________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user -- 73 de Donn Washburn 307 Savoy Street Email:" [email protected] " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " [email protected] " VoIP via Skype:n5xwbg BMWMOA #:4146 Ambassador " http://counter.li.org " #279316 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

