[MPlayer-cvslog] r38331 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Feb 2 19:54:10 EET 2022


Author: reimar
Date: Wed Feb  2 19:54:09 2022
New Revision: 38331

Log:
configure: Add extra CONFIG_ components to fix FFmpeg build.

MPEG4AUDIO for AAC and DOVI_RPU for HEVC.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb  1 19:32:03 2022	(r38330)
+++ trunk/configure	Wed Feb  2 19:54:09 2022	(r38331)
@@ -8995,6 +8995,7 @@ CONFIG_CABAC   = yes
 CONFIG_CBS     = yes
 CONFIG_CHROMAPRINT = no
 CONFIG_DCT     = yes
+CONFIG_DOVI_RPU = yes
 CONFIG_DWT     = yes
 CONFIG_ERROR_RESILIENCE = yes
 CONFIG_EXIF    = yes
@@ -9038,6 +9039,7 @@ CONFIG_LZO     = yes
 CONFIG_MDCT    = yes
 CONFIG_ME_CMP  = yes
 CONFIG_MPEG_ER = yes
+CONFIG_MPEG4AUDIO = yes
 CONFIG_MPEGAUDIODSP = yes
 CONFIG_MPEGAUDIOHEADER = yes
 CONFIG_MPEGVIDEO    = yes
@@ -9719,6 +9721,7 @@ $def_struct_pollfd
 #define CONFIG_MDCT 1
 #define CONFIG_ME_CMP 1
 #define CONFIG_MPEG_ER 1
+#define CONFIG_MPEG4AUDIO 1
 #define CONFIG_MPEGVIDEO 1
 #define CONFIG_MPEGVIDEODEC 1
 #define CONFIG_MPEGVIDEOENC 1


More information about the MPlayer-cvslog mailing list