# HG changeset patch # User diego # Date 1206983580 0 # Node ID 17930bc13349427a37467dd5bff373b55e10a39b # Parent 314874740f5abd63d81dea659330832c1b6140f2 Remove redundant #ifdef around the complete file. diff -r 314874740f5a -r 17930bc13349 xvmcvideo.c --- a/xvmcvideo.c Mon Mar 31 17:12:10 2008 +0000 +++ b/xvmcvideo.c Mon Mar 31 17:13:00 2008 +0000 @@ -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 @@ // DumpMBlockInfo(mv_block); } - -#endif