tech-pkg archive

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

Re: multimedia/ffmpeg5 broken PLIST



On Sun, Jul 24, 2022 at 09:53:51PM +0200, Martin Husemann wrote:
> The last update to multimedia/ffmpeg5 added three .css files to PLIST
> which are not build for me:

This update also seems to have incompatible API changes, so all users
have to be adjusted (and have not been updated yet):

av_helpers.c: In function 'mp_msp_av_log_callback':
av_helpers.c:54:32: error: 'const struct AVCodec' has no member named 'decode'
   54 |                     if(s->codec->decode)
      |                                ^~
av_helpers.c:57:32: error: 'const struct AVCodec' has no member named 'decode'
   57 |                     if(s->codec->decode)
      |                                ^~

wehn building multimedia/gmplayer.

Martin


Home | Main Index | Thread Index | Old Index