Fix build error with tizen_defconfig.
tizen_defconfig doesn't support DM_VIDEO.
Change-Id: Ie86a45e97c8d8c4c70e13dfaba70f23b0bdccd93
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
#include <malloc.h>
#include <version.h>
#include <libtizen.h>
+#ifdef CONFIG_DM_VIDEO
#include <thor.h>
#include <video.h>
#include <video_console.h>
#include <dm/device.h>
#include <dm/uclass.h>
+#endif
#include "tizen_logo_16bpp.h"
#include "tizen_logo_16bpp_gzip.h"
}
#endif
+#ifdef CONFIG_DM_VIDEO
/* XRGB */
#define PROGRESS_BAR_COLOR 0x0000B3F1
#define PROGRESS_FRAME_COLOR 0x00F8FBF9
break;
}
}
+#endif