# HG changeset patch # User reimar # Date 1234718940 0 # Node ID fca7fe99aa23cbdd2fd379e50074930a67ed026d # Parent f2f0357b2c30fdac558a59432fee30180c540d83 Remove unnecessary #if around forward declaration. diff -r f2f0357b2c30 -r fca7fe99aa23 libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Sun Feb 15 17:23:05 2009 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sun Feb 15 17:29:00 2009 +0000 @@ -58,10 +58,8 @@ static void draw_slice(struct AVCodecContext *s, AVFrame *src, int offset[4], int y, int type, int height); -#if CONFIG_XVMC static enum PixelFormat get_format(struct AVCodecContext *avctx, const enum PixelFormat *pix_fmt); -#endif static int lavc_param_workaround_bugs= FF_BUG_AUTODETECT; static int lavc_param_error_resilience=2;