[FFmpeg-cvslog] r18659 - trunk/libavformat/raw.c

Andreas Öman andreas
Wed Apr 22 10:40:20 CEST 2009


andoma wrote:
> Author: andoma
> Date: Wed Apr 22 10:39:46 2009
> New Revision: 18659
> 
> Log:
> It should be #if, not #ifdef

I took the liberty of applying in this without a prior patch/mail.
It broke compilation if configured with --disable-muxers

> 
> Modified:
>    trunk/libavformat/raw.c
> 
> Modified: trunk/libavformat/raw.c
> ==============================================================================
> --- trunk/libavformat/raw.c	Wed Apr 22 07:20:31 2009	(r18658)
> +++ trunk/libavformat/raw.c	Wed Apr 22 10:39:46 2009	(r18659)
> @@ -973,7 +973,7 @@ AVInputFormat mlp_demuxer = {
>  };
>  #endif
>  
> -#ifdef CONFIG_MLP_MUXER
> +#if CONFIG_MLP_MUXER
>  AVOutputFormat mlp_muxer = {
>      "mlp",
>      NULL_IF_CONFIG_SMALL("raw MLP"),
> _______________________________________________
> ffmpeg-cvslog mailing list
> ffmpeg-cvslog at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-cvslog




More information about the ffmpeg-cvslog mailing list