[FFmpeg-user] Fwd: Re: several git version of ffmpeg

Donn Washburn n5xwb at comcast.net
Tue Jul 5 19:00:55 CEST 2011


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.

-------- Original Message --------
Subject: Re: [FFmpeg-user] several git version of ffmpeg
Date: Tue, 5 Jul 2011 18:29:13 +0200
From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Reply-To: FFmpeg user questions and RTFMs <ffmpeg-user at ffmpeg.org>
To: FFmpeg user questions and RTFMs <ffmpeg-user at ffmpeg.org>

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
> --
> 73 de Donn Washburn
> 307 Savoy Street    Email:" n5xwb at comcast.net "
> Sugar Land, TX 77478 LL# 1.281.242.3256
> Ham Callsign N5XWB   HAMs : " n5xwb at arrl.net "
> VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
>       " http://counter.li.org " #279316

> [ 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 random tip #8
Multimedia related stuff web site promo:
http://wiki.multimedia.cx/
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

-- 
73 de Donn Washburn
307 Savoy Street    Email:" n5xwb at comcast.net "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs : " n5xwb at arrl.net "
VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
       " http://counter.li.org " #279316


More information about the ffmpeg-user mailing list