From d8c0e9d588fcabafac4217dfd43ac450a7e1f27e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 31 Mar 2008 17:13:00 +0000 Subject: Remove redundant #ifdef around the complete file. Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmcvideo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c index dfdf6e28b0..9109a7aa8c 100644 --- a/libavcodec/xvmcvideo.c +++ b/libavcodec/xvmcvideo.c @@ -29,8 +29,6 @@ #undef NDEBUG #include -#ifdef HAVE_XVMC - //X11 includes are in the xvmc_render.h //by replacing it with none-X one //XvMC emulation could be performed @@ -310,5 +308,3 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x; // DumpMBlockInfo(mv_block); } - -#endif -- cgit v1.2.3