[MPlayer-dev-eng] [PATCH] Enable CONFIG_LZF

Josh joshf87 at live.com
Mon Sep 7 18:52:51 CEST 2015


Needed for the recently added DXV decoder in FFmpeg, at least in MinGW: 
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=d02d208211eb9a9de2e082942d007d558b2ce110


ffmpeg/libavcodec/libavcodec.a(dxv.o):dxv.c:(.text+0xebf): undefined 
reference to `ff_lzf_uncompress'
collect2.exe: error: ld returned 1 exit status
Makefile:752: recipe for target 'mplayer.exe' failed
make: *** [mplayer.exe] Error 1



Index: configure
===================================================================
--- configure (revision 37492)
+++ configure (working copy)
@@ -8624,6 +8624,7 @@
CONFIG_LLVIDDSP= yes
CONFIG_LPC = yes
CONFIG_LSP = yes
+CONFIG_LZF = yes
CONFIG_LZO = yes
CONFIG_MDCT = yes
CONFIG_ME_CMP = yes
@@ -9279,6 +9280,7 @@
#define CONFIG_IDCTDSP 1
#define CONFIG_IVIDSP 1
#define CONFIG_LPC 1
+#define CONFIG_LZF 1
#define CONFIG_LZO 1
#define CONFIG_MDCT 1
#define CONFIG_ME_CMP 1


More information about the MPlayer-dev-eng mailing list