Fix build error 33/165833/3
authorminho.sun <minho.sun@samsung.com>
Thu, 4 Jan 2018 08:20:55 +0000 (17:20 +0900)
committerMinho Sun <minho.sun@samsung.com>
Thu, 2 Aug 2018 03:05:40 +0000 (03:05 +0000)
In dali-extension, we should not define DALI_COMPILATION /
DALI_ADAPTOR_COMPILATION.

Change-Id: Ib71f487899381b0c1bfd838d3b29207e0773623d
Signed-off-by: minho.sun <minho.sun@samsung.com>
build/tizen/video-player/Makefile.am

index 6e7f133..2d2161e 100644 (file)
@@ -30,8 +30,7 @@ libdali_video_player_plugin_la_SOURCES = \
 
 libdali_video_player_plugin_la_DEPENDENCIES =
 
-libdali_video_player_plugin_la_CXXFLAGS = -DDALI_COMPILATION \
-                      -DDALI_ADAPTOR_COMPILATION \
+libdali_video_player_plugin_la_CXXFLAGS = \
                       $(DLOG_CFLAGS) \
                       $(DALI_CFLAGS) \
                       $(ECORE_WAYLAND_CFLAGS) \