[MPlayer-cvslog] r35268 - trunk/configure
Josh
joshf87 at live.com
Fri Oct 26 06:14:05 CEST 2012
On 10/25/2012 17:53, cehoyos wrote:
> Author: cehoyos
> Date: Thu Oct 25 23:53:53 2012
> New Revision: 35268
>
> Log:
> Fix compilation with current FFmpeg.
>
> Patch by Josh, joshf87 live com
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Thu Oct 25 20:26:45 2012 (r35267)
> +++ trunk/configure Thu Oct 25 23:53:53 2012 (r35268)
> @@ -8377,6 +8377,7 @@ CONFIG_H264QPEL= yes
> CONFIG_HUFFMAN = yes
> CONFIG_LPC = yes
> CONFIG_LSP = yes
> +CONFIG_LZO = yes
> CONFIG_MDCT = yes
> CONFIG_MPEGAUDIODSP = yes
> CONFIG_MPEGVIDEO = yes
> _______________________________________________
> MPlayer-cvslog mailing list
> MPlayer-cvslog at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cvslog
>
>
Not sure if '#define CONFIG_LZO 1' is also required even though it
compiles fine with just that:
CC libavformat/matroska.o
CC libavformat/matroskadec.o
libavformat/matroskadec.c: In function 'matroska_decode_buffer':
libavformat/matroskadec.c:1081:5: warning: "CONFIG_LZO" is not defined
[-Wundef]
libavformat/matroskadec.c:1054:9: warning: unused variable 'olen'
[-Wunused-variable]
libavformat/matroskadec.c: In function 'matroska_read_header':
libavformat/matroskadec.c:1560:5: warning: "CONFIG_LZO" is not defined
[-Wundef]
CC libavformat/matroskaenc.o
More information about the MPlayer-cvslog
mailing list