[PATCH] mplayer compilation failure with recent ffmpeg
dieter <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <20180729174632.22acc056@zenon> |
Hi, 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" Regards, Dieter _______________________________________________ MPlayer-users mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users