[FFmpeg-devel] build warning in dsputil.c

Diego Biurrun diego
Fri Jan 23 10:03:33 CET 2009


On Thu, Jan 22, 2009 at 09:18:52PM -0500, Justin Ruggles wrote:
> 
> I get:
> libavcodec/dsputil.c:4500:5: warning: "CONFIG_H264_ENCODER" is not defined
> 
> This seems related to the recent build system changes. Maybe this one
> was overlooked?

No, it's due to the fact that we do not have a H.264 encoder, but
some fragments of H.264 encoder code lying around.

Since this particular case is just one silly line:

    ff_h264dspenc_init(c,avctx);

I vote for just removing it.  In the unlikely case that somebody decides
to work on an H.264 encoder in the future, this is trivial to restore.

Diego




More information about the ffmpeg-devel mailing list