diff options
author | deva <deva> | 2005-10-18 12:07:40 +0000 |
---|---|---|
committer | deva <deva> | 2005-10-18 12:07:40 +0000 |
commit | 1099eeae24b28306022ae3663a2766261b3455e4 (patch) | |
tree | 8f40fa2017c8955e014701dd2dd19861bfe68200 /src/yuv_draw.h | |
parent | 38e4cbdb7aabf90d9a56ac95f1c8beca810c9436 (diff) |
*** empty log message ***
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*/ |