[MPlayer-dev-eng] [PATCH] mplayer build broken with recent ffmpeg
sylvain.bertrand at gmail.com
sylvain.bertrand at gmail.com
Sun Oct 7 16:56:07 EEST 2018
ffmpeg new factorized cbs stuff
--
Sylvain
--- 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
More information about the MPlayer-dev-eng
mailing list