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; ^ demux_ffmpeg.c:881:16: error: use of undeclared identifier 'pal_i' i_tmp = (pal_i[i] >> 24) & 0xff; ^ demux_ffmpeg.c:883:16: error: use of undeclared identifier 'pal_i' i_tmp = (pal_i[i] >> 16) & 0xff; ^ demux_ffmpeg.c:885:16: error: use of undeclared identifier 'pal_i' i_tmp = (pal_i[i] >> 8) & 0xff; ^ demux_ffmpeg.c:887:16: error: use of undeclared identifier 'pal_i' i_tmp = (pal_i[i]) & 0xff; ^ 8 warnings and 5 errors generated. 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, \ Thanks! mark On Mon, Feb 27, 2012 at 1:18 PM, Burkhard Plaum <[email protected]> wrote: > Hi, > > Am 27.02.2012 17:17, schrieb m.e.grimm: >> Hello, >> >> I am trying to install/build Gmerlin via Fink on 10.7 OSX. I am >> getting the following errors/warnings throughout: >> >> http://pastebin.com/w6L9LMPm >> >> most notably I think: >> >> demux_wve.c -fno-common -DPIC -o .libs/demux_wve.o >> clang: warning: argument unused during compilation: '-funroll-all-loops' >> demux_wve.c:30:33: error: empty character constant >> #define _TAG BGAV_MK_FOURCC('', '', '', '') >> ^ >> demux_wve.c:30:37: error: empty character constant >> #define _TAG BGAV_MK_FOURCC('', '', '', '') >> ^ >> demux_wve.c:30:41: error: empty character constant >> #define _TAG BGAV_MK_FOURCC('', '', '', '') >> ^ >> demux_wve.c:30:45: error: empty character constant >> #define _TAG BGAV_MK_FOURCC('', '', '', '') >> ^ >> 4 errors generated. >> >> >> Any ideas on how this might be fixed? Or what is wrong? > > Just fixed this in svn. I simply removed that line. > > Burkhard > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > 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-dev2 > _______________________________________________ > Gmerlin-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gmerlin-general -- ____________________ m.e.grimm | m.f.a | ed.m. [email protected] _________________________________ ------------------------------------------------------------------------------ Try before you buy = See our experts in action! 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-dev2 _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
