[MPlayer-users] [PATCH] mplayer compilation failure with recent ffmpeg

Alexander Strasser eclipse7 at gmx.net
Thu Aug 9 01:54:42 EEST 2018


Hi!

On 2018-07-29 17:46 +0200, dieter wrote:
> 
> I think the compilation failure is caused by ffmpeg commit
> 3735d55af32e845a7fe591bc4023c057f8e513f9
> 
> With this patch for MPlayer's configure it compiles again for me with current ffmpeg:
> 
> svn diff configure 
> Index: configure
> ===================================================================
> --- configure   (Revision 38113)
> +++ configure   (Arbeitskopie)
> @@ -1554,7 +1554,7 @@
>  echocheck "ffmpeg/libavcodec/allcodecs.c"
>  libavdecoders_all=$(list_subparts_extern  AVCodec       decoder  codec/allcodecs.c)
>  libavencoders_all=$(list_subparts_extern  AVCodec       encoder  codec/allcodecs.c)
> -libavparsers_all=$(list_subparts_extern   AVCodecParser parser   codec/parser.c)
> +libavparsers_all=$(list_subparts_extern   AVCodecParser parser   codec/parsers.c)
>  test $? -eq 0 && _list_subparts=found || _list_subparts="not found"
>  echores "$_list_subparts"

Committed. Thank you for the patch!


  Alexander


More information about the MPlayer-users mailing list