Commit cd7af76d authored by Reimar Döffinger's avatar Reimar Döffinger

Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.

Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9f211bc6
......@@ -2564,8 +2564,8 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->idct_add= ff_idct_xvid_mmx_add;
c->idct = ff_idct_xvid_mmx;
}
}
#endif
}
}
#ifdef CONFIG_ENCODERS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment