[MPlayer-cvslog] r37905 - trunk/configure

iive subversion at mplayerhq.hu
Tue Nov 15 01:30:00 EET 2016


Author: iive
Date: Tue Nov 15 01:29:59 2016
New Revision: 37905

Log:
Fix FFmpeg build

Add "CONFIG_H264PARSE" unconditionally to config.mak,
as it is needed for h264 decoder.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Oct 30 03:55:45 2016	(r37904)
+++ trunk/configure	Tue Nov 15 01:29:59 2016	(r37905)
@@ -8694,6 +8694,7 @@ CONFIG_GOLOMB  = yes
 CONFIG_H263DSP = yes
 CONFIG_H264CHROMA = yes
 CONFIG_H264DSP = yes
+CONFIG_H264PARSE = yes
 CONFIG_H264PRED= yes
 CONFIG_H264QPEL= yes
 CONFIG_HPELDSP = yes


More information about the MPlayer-cvslog mailing list