[FFmpeg-devel] Patch: wrong_run should be protected by CONFIG_ENCODERS

Diego Biurrun diego
Mon Jan 4 13:00:20 CET 2010


On Mon, Jan 04, 2010 at 11:22:08AM +0800, avcoder wrote:
> 
> wrong_run is only called in CONFIG_ENCODERS

Maybe, but

> --- h263data.h (revision 21009)
> +++ h263data.h (working copy)

Create your patches from the root of the source tree.

> @@ -254,6 +254,7 @@
>      intra_level_aic,
>  };
> 
> +#ifdef CONFIG_ENCODERS

This is pointless, CONFIG_ENCODERS is always defined.

Diego



More information about the ffmpeg-devel mailing list