changeset 6552:17930bc13349 libavcodec

Remove redundant #ifdef around the complete file.
author diego
date Mon, 31 Mar 2008 17:13:00 +0000
parents 314874740f5a
children ca55b7b133c7
files xvmcvideo.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <assert.h>
 
-#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