diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 3e7e43ac0b..9baa08dbda 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -4497,9 +4497,6 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx) #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