summaryrefslogtreecommitdiff
path: root/gst
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 /gst
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
Diffstat (limited to 'gst')
-rw-r--r--gst/gl/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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 \