[MPlayer-cvslog] r38117 - trunk/configure

iive subversion at mplayerhq.hu
Sat Oct 13 16:48:45 EEST 2018


Author: iive
Date: Sat Oct 13 16:48:44 2018
New Revision: 38117

Log:
Fix build after ffmpeg commit series starting with
6734eef6b8b464139fdc140ec9bc9e8d74173869
"Add coded bitstream read/write API".

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Sep  1 02:17:07 2018	(r38116)
+++ trunk/configure	Sat Oct 13 16:48:44 2018	(r38117)
@@ -8654,6 +8654,13 @@ CONFIG_AUDIO_FRAME_QUEUE = yes
 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


More information about the MPlayer-cvslog mailing list