summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-08-13 20:10:56 +1000
committerMatthew Waters <ystreet00@gmail.com>2013-08-21 14:07:43 +1000
commit721df3499fad3c15d46ba64901fa6db73370266b (patch)
treecf9de4b2e1fe491ba239c1e837b95554549a269b
parent39a606f6553a653a3e08a21a905825467fff6812 (diff)
build: use our own in tree headers before system ones
allows us to develop against the tree rather than what may be installed
-rw-r--r--gst-libs/gst/gl/android/Makefile.am4
-rw-r--r--gst-libs/gst/gl/cocoa/Makefile.am8
-rw-r--r--gst-libs/gst/gl/wayland/Makefile.am4
-rw-r--r--gst-libs/gst/gl/win32/Makefile.am4
-rw-r--r--gst-libs/gst/gl/x11/Makefile.am4
-rw-r--r--gst/gl/Makefile.am5
6 files changed, 14 insertions, 15 deletions
diff --git a/gst-libs/gst/gl/android/Makefile.am b/gst-libs/gst/gl/android/Makefile.am
index 8c17682..2bf0663 100644
--- a/gst-libs/gst/gl/android/Makefile.am
+++ b/gst-libs/gst/gl/android/Makefile.am
@@ -12,11 +12,11 @@ libgstglandroidinclude_HEADERS = \
gstglwindow_android_egl.h
libgstgl_android_la_CFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_android_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am
index ca8b9a3..4f21d66 100644
--- a/gst-libs/gst/gl/cocoa/Makefile.am
+++ b/gst-libs/gst/gl/cocoa/Makefile.am
@@ -9,21 +9,21 @@ noinst_HEADERS = \
gstglwindow_cocoa.h
libgstgl_cocoa_la_CFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_cocoa_la_OBJCFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(GL_OBJCFLAGS) \
$(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_cocoa_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
diff --git a/gst-libs/gst/gl/wayland/Makefile.am b/gst-libs/gst/gl/wayland/Makefile.am
index daa5279..4958761 100644
--- a/gst-libs/gst/gl/wayland/Makefile.am
+++ b/gst-libs/gst/gl/wayland/Makefile.am
@@ -11,12 +11,12 @@ noinst_HEADERS = \
wayland_event_source.h
libgstgl_wayland_la_CFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_wayland_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
diff --git a/gst-libs/gst/gl/win32/Makefile.am b/gst-libs/gst/gl/win32/Makefile.am
index 78dddc3..6276867 100644
--- a/gst-libs/gst/gl/win32/Makefile.am
+++ b/gst-libs/gst/gl/win32/Makefile.am
@@ -18,12 +18,12 @@ noinst_HEADERS += gstglwindow_win32_egl.h
endif
libgstgl_win32_la_CFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_win32_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
diff --git a/gst-libs/gst/gl/x11/Makefile.am b/gst-libs/gst/gl/x11/Makefile.am
index 076b5c3..0dbcb44 100644
--- a/gst-libs/gst/gl/x11/Makefile.am
+++ b/gst-libs/gst/gl/x11/Makefile.am
@@ -20,12 +20,12 @@ noinst_HEADERS += gstglwindow_x11_egl.h
endif
libgstgl_x11_la_CFLAGS = \
+ -I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
$(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+ $(GST_CFLAGS)
libgstgl_x11_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am
index 66d61bc..2c2b537 100644
--- a/gst/gl/Makefile.am
+++ b/gst/gl/Makefile.am
@@ -76,9 +76,8 @@ libgstopengl_la_SOURCES = \
# check order of CFLAGS and LIBS, shouldn't the order be the other way around
# (like in AM_CFLAGS)?
-libgstopengl_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) $(LIBPNG_CFLAGS) \
- -I$(top_srcdir)/gst-libs
+libgstopengl_la_CFLAGS = -I$(top_srcdir)/gst-libs $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) $(LIBPNG_CFLAGS)
libgstopengl_la_LIBADD = \
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \