diff options
Diffstat (limited to 'src/yuv_draw.h')
-rw-r--r-- | src/yuv_draw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuv_draw.h b/src/yuv_draw.h index c0cebf6..9c5b84a 100644 --- a/src/yuv_draw.h +++ b/src/yuv_draw.h @@ -25,6 +25,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include "config.h" +#ifdef USE_GUI #ifndef __MIAV_YUV_DRAW_H__ #define __MIAV_YUV_DRAW_H__ @@ -59,3 +60,4 @@ private: }; #endif/*__MIAV_YUV_DRAW_H__*/ +#endif/*USE_GUI*/ |