now I get:

audio_ffmpeg.c:225:7: error: macro name missing
#ifdef
      ^
audio_ffmpeg.c:234:18: warning: implicit declaration of function
      'avcodec_decode_audio2' is invalid in C99
[-Wimplicit-function-declaration]
    bytes_used = avcodec_decode_audio2(priv->ctx,


and here is the whole thing:
http://pastebin.com/4mN9jCAr

thanks!
mark



On Tue, Feb 28, 2012 at 5:16 AM, Burkhard Plaum
<[email protected]> wrote:
> Hi,
>
> Am 27.02.2012 21:14, schrieb m.e.grimm:
>> Thanks for the help!
>>
>> With gmerlin-avdecoder in Fink after fresh SVN checkout I get new errors:
>>
>> http://pastebin.com/LLcgqAGk
>>
>>
>> demux_ffmpeg.c:871:5: error: use of undeclared identifier 'pal_i'
>>      pal_i = avs->codec->palctrl->palette;
>
> Fixed in svn. I recently upgraded for the latest ffmpeg and didn't
> notice any errors when compiling with older ffmpegs :)
>
>> And warnings:
>> demux_ffmpeg.c:641:3: warning: 'AVMetadataTag' is deprecated
>> [-Wdeprecated-declarations]
>>    AVMetadataTag * tag;
>>    ^
>> demux_ffmpeg.c:743:29: warning: 'read_seek' is deprecated
>> [-Wdeprecated-declarations]
>>      if(priv->avfc->iformat->read_seek)
>>                              ^
>> demux_ffmpeg.c:765:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_STRING(title,     "title");
>>      ^
>> demux_ffmpeg.c:752:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>          ^
>> demux_ffmpeg.c:766:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_STRING(author,    "author");
>>      ^
>> demux_ffmpeg.c:752:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>          ^
>> demux_ffmpeg.c:767:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_STRING(copyright, "copyright");
>>      ^
>> demux_ffmpeg.c:752:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>          ^
>> demux_ffmpeg.c:768:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_STRING(genre,     "genre");
>>      ^
>> demux_ffmpeg.c:752:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>          ^
>> demux_ffmpeg.c:769:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_STRING(album,     "album");
>>      ^
>> demux_ffmpeg.c:752:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>          ^
>> demux_ffmpeg.c:770:5: warning: 'av_metadata_get' is deprecated
>> [-Wdeprecated-declarations]
>>      GET_METADATA_INT(track,        "track");
>>      ^
>> demux_ffmpeg.c:758:9: note: instantiated from:
>>    tag = av_metadata_get(avfc->metadata, name, NULL, \
>>
>
> These go away when you upgrade ffmpeg but should be harmless otherwise.
>
> Burkhard
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Gmerlin-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/gmerlin-general



-- 
____________________
m.e.grimm | m.f.a | ed.m.
[email protected]
_________________________________

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gmerlin-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gmerlin-general

Reply via email to