summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xvmcvideo.c')
-rw-r--r--libavcodec/xvmcvideo.c4
1 files changed, 0 insertions, 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 <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 + s->mb_x;
// DumpMBlockInfo(mv_block);
}
-
-#endif