[MPlayer-dev-eng] [PATCH] Fix build with recent FFmpeg
    KO Myung-Hun 
    komh78 at gmail.com
       
    Fri Jan 13 11:31:39 EET 2017
    
    
  
Linker complains like:
-----
file P:\tmp\ldconv_libavcodec_a_27325878795a12d2a8.lib(pngenc.obj): undefined symbol _ff_llvidencdsp_init
file P:\tmp\ldconv_libavcodec_a_27325878795a12d2a8.lib(huffyuvenc.obj): undefined symbol _ff_llvidencdsp_init
file P:\tmp\ldconv_libavcodec_a_27325878795a12d2a8.lib(utvideoenc.obj): undefined symbol _ff_llvidencdsp_init
-----
---
 configure | 1 +
 1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 0b210ed..2d56fd0 100755
--- a/configure
+++ b/configure
@@ -8712,6 +8712,7 @@ CONFIG_IMDCT15 = yes
 CONFIG_INTRAX8 = yes
 CONFIG_LLAUDDSP= yes
 CONFIG_LLVIDDSP= yes
+CONFIG_LLVIDENCDSP = yes
 CONFIG_LPC     = yes
 CONFIG_LSP     = yes
 CONFIG_LZF = yes
-- 
2.9.2
    
    
More information about the MPlayer-dev-eng
mailing list