[FFmpeg-cvslog] r12655 - trunk/libavcodec/xvmcvideo.c
diego
subversion
Mon Mar 31 19:13:00 CEST 2008
Author: diego
Date: Mon Mar 31 19:13:00 2008
New Revision: 12655
Log:
Remove redundant #ifdef around the complete file.
Modified:
trunk/libavcodec/xvmcvideo.c
Modified: trunk/libavcodec/xvmcvideo.c
==============================================================================
--- trunk/libavcodec/xvmcvideo.c (original)
+++ trunk/libavcodec/xvmcvideo.c Mon Mar 31 19:13:00 2008
@@ -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 @@ const int mb_xy = s->mb_y * s->mb_stride
// DumpMBlockInfo(mv_block);
}
-
-#endif
More information about the ffmpeg-cvslog
mailing list