Mercurial > mplayer.hg
diff libvo/vo_fbdev.c @ 32230:e12d7b8e3835
Remove unnecessary #ifdefs around vosub_vidix.h #include.
author | diego |
---|---|
date | Mon, 20 Sep 2010 07:37:33 +0000 |
parents | 82fce4fb5049 |
children | fbe5c829c69b |
line wrap: on
line diff
--- a/libvo/vo_fbdev.c Mon Sep 20 07:33:53 2010 +0000 +++ b/libvo/vo_fbdev.c Mon Sep 20 07:37:33 2010 +0000 @@ -41,9 +41,7 @@ #include "fastmemcpy.h" #include "sub.h" #include "geometry.h" -#ifdef CONFIG_VIDIX #include "vosub_vidix.h" -#endif #include "aspect.h" #include "mp_msg.h" #include "libavutil/common.h"