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
