This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove redundant #ifdef around the complete file.
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
dd9c773bd9
commit
d8c0e9d588
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/xvmcvideo.c
+ 0
- 4
libavcodec/xvmcvideo.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save