[MPlayer-dev-eng] [PATCH 1/2][Ticket #2321] Build error with latest FFmpeg

Josh Finch joshf87 at live.com
Tue Apr 11 10:29:54 EEST 2017


FFmpeg made a slight change to their configure, at least on MSYS2/Mingw-w64 causes a build error at link time and I was able to fix it. The first patch fixes the errors pertaining to HEVC in ticket #2321.


Index: configure
===================================================================
--- configure (revision 37930)
+++ configure (working copy)
@@ -8699,6 +8699,7 @@
 CONFIG_H264PARSE = yes
 CONFIG_H264PRED= yes
 CONFIG_H264QPEL= yes
+CONFIG_HEVCPARSE = yes
 CONFIG_HPELDSP = yes
 CONFIG_IIRFILTER = yes
 CONFIG_IVIDSP = yes
@@ -9379,6 +9380,7 @@
 #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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Patch1-Ticket2321-HEVC_PARSER.patch
Type: application/octet-stream
Size: 553 bytes
Desc: Patch1-Ticket2321-HEVC_PARSER.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20170411/a8024892/attachment.obj>


More information about the MPlayer-dev-eng mailing list