Re: Linker error with current git version of ffmpeg in mplayer (The Wanderer)
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <20181010094000.GA247@freedom> |
On Tue, Oct 09, 2018 at 09:37:08PM +0000, George R Goffe wrote: > I'm quite a novice when it comes to git. Can you give more instructions as to > how to get the patch applied please? Save the attachment of this email as configure.patch in mplayer source code directory. With a terminal, cd in mplayer source code directory, and there run the command: patch -i configure.patch (you should read "man patch") -- Sylvain _______________________________________________ MPlayer-users mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
configure.patch
(text/plain, 695 B)
--- configure +++ configure @@ -8654,6 +8654,13 @@ CONFIG_BLOCKDSP= yes CONFIG_BSWAPDSP= yes CONFIG_CABAC = yes +CONFIG_CBS=yes +CONFIG_CBS_AV1=yes +CONFIG_CBS_H264=yes +CONFIG_CBS_H265=yes +CONFIG_CBS_JPEG=yes +CONFIG_CBS_MPEG2=yes +CONFIG_CBS_VP9=yes CONFIG_CHROMAPRINT = no CONFIG_DCT = yes CONFIG_DWT = yes @@ -9337,6 +9344,13 @@ #define CONFIG_AUDIO_FRAME_QUEUE 1 #define CONFIG_BLOCKDSP 1 #define CONFIG_BSWAPDSP 1 +#define CONFIG_CBS 1 +#define CONFIG_CBS_AV1 1 +#define CONFIG_CBS_H264 1 +#define CONFIG_CBS_H265 1 +#define CONFIG_CBS_JPEG 1 +#define CONFIG_CBS_MPEG2 1 +#define CONFIG_CBS_VP9 1 #define CONFIG_DCT 1 #define CONFIG_DVPROFILE 1 #define CONFIG_DWT 1