summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-05 11:47:01 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-05 11:47:01 +0100
commitcaf67cbb4f2a2d3be2d2f9b5b9ee6e79687efbbe (patch)
treea190cb23a4d5972adee7c5c18d030504df917a17 /ext
parent8ad360670dab476777c02f26c8fb8a444c88e106 (diff)
Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.
Move the GST_CXXFLAGS and GST_CFLAGS to the start of the includes set to pull in the local gst-libs from there first, instead of listing it explicitly.
Diffstat (limited to 'ext')
-rw-r--r--ext/dirac/Makefile.am4
-rw-r--r--ext/schroedinger/Makefile.am3
2 files changed, 3 insertions, 4 deletions
diff --git a/ext/dirac/Makefile.am b/ext/dirac/Makefile.am
index 02f4a3998..a99181a0b 100644
--- a/ext/dirac/Makefile.am
+++ b/ext/dirac/Makefile.am
@@ -5,8 +5,8 @@ libgstdirac_la_SOURCES = \
gstdiracenc.cc
libgstdirac_la_CXXFLAGS = \
- -I$(top_srcdir)/gst-libs/gst/video \
- $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(DIRAC_CFLAGS) \
+ $(GST_CXXFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS) $(DIRAC_CFLAGS) \
-DGST_USE_UNSTABLE_API
libgstdirac_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_MAJORMINOR@.la \
diff --git a/ext/schroedinger/Makefile.am b/ext/schroedinger/Makefile.am
index f1934b833..8b2110cfb 100644
--- a/ext/schroedinger/Makefile.am
+++ b/ext/schroedinger/Makefile.am
@@ -11,10 +11,9 @@ libgstschro_la_SOURCES = \
gstschroparse.c \
gstschroutils.c
libgstschro_la_CFLAGS = \
- -I$(top_srcdir)/gst-libs/gst/video \
+ $(GST_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
-DGST_USE_UNSTABLE_API \
$(SCHRO_CFLAGS)
libgstschro_la_LIBADD = \