gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #38122] failure to build with modern FFmpeg


From: Sandro Santilli
Subject: [Gnash-commit] [bug #38122] failure to build with modern FFmpeg
Date: Wed, 13 Feb 2013 19:06:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Update of bug #38122 (project gnash):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => strk                   

    _______________________________________________________

Follow-up Comment #2:

Pushed 63cb1b7678b9fbe7dcbd67004122be6a920735bf after testing it with the
version I reported of ffmpeg.

By the way, I have these warnings that may or may not be important (don't you
have them with newer ffmpeg?):

/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: In member
function 'void
gnash::media::ffmpeg::AudioDecoderFfmpeg::setup(gnash::media::SoundInfo&)':
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:132:22:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:132:44:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:137:15:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:137:55:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: In member
function 'void gnash::media::ffmpeg::AudioDecoderFfmpeg::setup(const
gnash::media::AudioInfo&)':
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:254:22:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:254:44:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:305:15:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:305:55:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: In member
function 'uint8_t* gnash::media::ffmpeg::AudioDecoderFfmpeg::decodeFrame(const
uint8_t*, uint32_t, uint32_t&)':
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:508:27:
warning: cast from type 'const uint8_t* {aka const unsigned char*}' to type
'uint8_t* {aka unsigned char*}' casts away qualifiers [-Wcast-qual]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:511:15:
warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*,
AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4131)
[-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:513:40:
warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*,
AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4131)
[-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp: In member
function 'void gnash::media::ffmpeg::VideoDecoderFfmpeg::init(CodecID, int,
int, uint8_t*, int)':
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:182:50:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:182:72:
warning: 'AVCodecContext* avcodec_alloc_context()' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3905) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:205:15:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:205:44:
warning: 'int avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared
at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp: In member
function 'std::auto_ptr<gnash::image::GnashImage>
gnash::media::ffmpeg::VideoDecoderFfmpeg::decode(const uint8_t*, uint32_t)':
/usr/src/gnash/gnash-head/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:362:27:
warning: cast from type 'const uint8_t* {aka const unsigned char*}' to type
'uint8_t* {aka unsigned char*}' casts away qualifiers [-Wcast-qual]


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38122>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]