[MPlayer-cvslog] r38000 - trunk/configure

al subversion at mplayerhq.hu
Tue Oct 31 02:33:20 EET 2017


Author: al
Date: Tue Oct 31 02:33:19 2017
New Revision: 38000

Log:
configure: Fix build with newer FFmpeg

Always enable CONFIG_ADTS_HEADER .

Needed since FFmpeg commit b9d3def9b2cb77eb83542086aa3ac883b4d7efa4 .

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Oct 28 22:43:05 2017	(r37999)
+++ trunk/configure	Tue Oct 31 02:33:19 2017	(r38000)
@@ -8689,6 +8689,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_AUDIODSP = yes
 CONFIG_AUDIO_FRAME_QUEUE = yes
 CONFIG_BLOCKDSP= yes
@@ -9374,6 +9375,7 @@ $def_simd_align_32
 
 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
 #define CONFIG_AANDCTTABLES 1
+#define CONFIG_ADTS_HEADER 1
 #define CONFIG_AUDIODSP 1
 #define CONFIG_AUDIO_FRAME_QUEUE 1
 #define CONFIG_BLOCKDSP 1


More information about the MPlayer-cvslog mailing list