summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-31 17:13:00 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-31 17:13:00 +0000
commitd8c0e9d588fcabafac4217dfd43ac450a7e1f27e (patch)
tree25bb52035b3dfd93eb974ec831ba8f54d5327c66 /libavcodec/xvmcvideo.c
parentdd9c773bd9d2f2ac1b64377f6ca8bbce635b0da9 (diff)
Remove redundant #ifdef around the complete file.
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
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