Commit 1da7fcb0 authored by diego's avatar diego

Remove redundant #ifdef around the complete file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12655 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ffa420d8
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#undef NDEBUG #undef NDEBUG
#include <assert.h> #include <assert.h>
#ifdef HAVE_XVMC
//X11 includes are in the xvmc_render.h //X11 includes are in the xvmc_render.h
//by replacing it with none-X one //by replacing it with none-X one
//XvMC emulation could be performed //XvMC emulation could be performed
...@@ -310,5 +308,3 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x; ...@@ -310,5 +308,3 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
// DumpMBlockInfo(mv_block); // DumpMBlockInfo(mv_block);
} }
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment