Fixed build break 88/10588/1 accepted/tizen/ivi/stable accepted/tizen_ivi accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/20131008.061126 accepted/tizen/20131008.161503 accepted/tizen/20131008.163522 accepted/tizen/ivi/panda/20140403.015032 accepted/tizen_ivi_stable/20131116.111900 accepted/tizen_ivi_stable/20131121.003217 accepted/tizen_ivi_stable/20131121.003223 submit/tizen/20131008.043951 submit/tizen_ivi_panda/20140403.011855 submit/tizen_ivi_stable/20131116.100634 submit/tizen_ivi_stable/20131121.003512
authorStanislaw Wadas <s.wadas@samsung.com>
Mon, 7 Oct 2013 13:59:55 +0000 (15:59 +0200)
committerStanislaw Wadas <s.wadas@samsung.com>
Mon, 7 Oct 2013 14:15:09 +0000 (16:15 +0200)
Changed in configure.ac AM_INIT_AUTOMAKE because of in
version 1.12 of automake warnings in the category
'extra-portability' are treated as errors and cause
build break.
Corrected path to exynos_drm.h

Change-Id: I5cbdda28307eb2e58459bc1ea3cbaef2c8457d5a
Signed-off-by: Stanislaw Wadas <s.wadas@samsung.com>
configure.ac
src/rtsp-client.c

index 6d24315..9062f40 100755 (executable)
@@ -5,7 +5,7 @@ AC_PREREQ(2.61)
 AC_INIT([gst-rtsp-server-wfd],[0.0.1])
 AC_CONFIG_SRCDIR([src/rtsp-client.c])
 AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([1.11 -Wall -Wno-extra-portability foreign])
 
 # Checks for programs.
 AC_PROG_CC
index c93b05c..65b66d8 100755 (executable)
@@ -43,7 +43,7 @@
 #include "rtsp-sdp.h"
 #include "rtsp-params.h"
 
-#include <exynos_drm.h>
+#include <exynos/exynos_drm.h>
 
 #include <X11/X.h>
 #include <X11/Xlib.h>