# HG changeset patch # User diego # Date 1233497228 0 # Node ID 2dbf614093ea17d97af5c2e9ea1dc7f811feeea5 # Parent e9d9d946f21355c6b67df42c380a2622f3d211f0 Remove H.264 encoder initialization. We have no H.264 encoder to speak of and this produces warnings. diff -r e9d9d946f213 -r 2dbf614093ea dsputil.c --- a/dsputil.c Sun Feb 01 02:00:19 2009 +0000 +++ b/dsputil.c Sun Feb 01 14:07:08 2009 +0000 @@ -4497,9 +4497,6 @@ #if CONFIG_WMV2_DECODER || CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER ff_intrax8dsp_init(c,avctx); #endif -#if CONFIG_H264_ENCODER - ff_h264dspenc_init(c,avctx); -#endif #if CONFIG_RV30_DECODER ff_rv30dsp_init(c,avctx); #endif