[MPlayer-cvslog] r38193 - trunk/configure
al
subversion at mplayerhq.hu
Sat Aug 22 00:13:39 EEST 2020
Author: al
Date: Sat Aug 22 00:13:38 2020
New Revision: 38193
Log:
configure: Fix build with newer internal FFmpeg
In FFmpeg commit 1841921277 A53 closed caption parsing was separated
into a module of its own and is now shared by some codecs.
Activate that module.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jun 14 20:55:21 2020 (r38192)
+++ trunk/configure Sat Aug 22 00:13:38 2020 (r38193)
@@ -8760,6 +8760,7 @@ SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42
# Some FFmpeg codecs depend on these. Enable them unconditionally for now.
CONFIG_AANDCTTABLES = yes
CONFIG_ADTS_HEADER = yes
+CONFIG_ATSC_A53 = yes
CONFIG_AUDIODSP = yes
CONFIG_AUDIO_FRAME_QUEUE = yes
CONFIG_BLOCKDSP= yes
@@ -9455,6 +9456,7 @@ $def_struct_pollfd
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
#define CONFIG_AANDCTTABLES 1
#define CONFIG_ADTS_HEADER 1
+#define CONFIG_ATSC_A53 1
#define CONFIG_AUDIODSP 1
#define CONFIG_AUDIO_FRAME_QUEUE 1
#define CONFIG_BLOCKDSP 1
More information about the MPlayer-cvslog
mailing list