[PATCH] Fix build with recent FFmpeg
KO Myung-Hun <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ MPlayer-dev-eng mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng