mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove redundant #ifdef around the complete file.
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dd9c773bd9
commit
d8c0e9d588
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user