[MPlayer-cvslog] r37931 - trunk/configure

rtogni subversion at mplayerhq.hu
Tue Apr 11 22:49:44 EEST 2017


Author: rtogni
Date: Tue Apr 11 22:49:43 2017
New Revision: 37931

Log:
Fix compilation after FFmpeg 4588063f3ecd9c97ebf61e7791be9978176cdb2b (HEVC)
and FFmpeg 521197ebecba1f6b5f58e9ebb3cd4d06f0786d8f (MPEG audio)

Patch by Josh Finch  joshf87 live com

Closes trac Ticket #2321

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Apr  6 00:09:57 2017	(r37930)
+++ trunk/configure	Tue Apr 11 22:49:43 2017	(r37931)
@@ -8699,6 +8699,7 @@ CONFIG_H264DSP = yes
 CONFIG_H264PARSE = yes
 CONFIG_H264PRED= yes
 CONFIG_H264QPEL= yes
+CONFIG_HEVCPARSE = yes
 CONFIG_HPELDSP = yes
 CONFIG_IIRFILTER = yes
 CONFIG_IVIDSP = yes
@@ -8723,6 +8724,7 @@ CONFIG_MDCT    = yes
 CONFIG_ME_CMP  = yes
 CONFIG_MPEG_ER = yes
 CONFIG_MPEGAUDIODSP = yes
+CONFIG_MPEGAUDIOHEADER = yes
 CONFIG_MPEGVIDEO    = yes
 CONFIG_MPEGVIDEOENC = yes
 CONFIG_MSS34DSP = yes
@@ -9379,6 +9381,7 @@ $def_simd_align_32
 #define CONFIG_H264DSP 1
 #define CONFIG_H264PRED 1
 #define CONFIG_H264QPEL 1
+#define CONFIG_HEVCPARSE 1
 #define CONFIG_HUFFMAN 1
 #define CONFIG_IDCTDSP 1
 #define CONFIG_IVIDSP 1


More information about the MPlayer-cvslog mailing list