diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-31 17:13:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-31 17:13:00 +0000 |
commit | d8c0e9d588fcabafac4217dfd43ac450a7e1f27e (patch) | |
tree | 25bb52035b3dfd93eb974ec831ba8f54d5327c66 /libavcodec | |
parent | dd9c773bd9d2f2ac1b64377f6ca8bbce635b0da9 (diff) | |
download | ffmpeg-d8c0e9d588fcabafac4217dfd43ac450a7e1f27e.tar.gz |
Remove redundant #ifdef around the complete file.
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/xvmcvideo.c | 4 |
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 |