summaryrefslogtreecommitdiff
path: root/gst/audiobuffer
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-05-19 17:12:55 -0700
committerDavid Schleef <ds@schleef.org>2010-05-19 18:24:02 -0700
commitc3d497776187243ffe96d36f7632817dfaf7e852 (patch)
treef9f15fec844c37ab66338ca45779c348f7c58fe1 /gst/audiobuffer
parente3925075f95e7afcf6b1787df618da70f1460494 (diff)
downloadgstreamer-plugins-bad-c3d497776187243ffe96d36f7632817dfaf7e852.tar.gz
Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS
Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base.
Diffstat (limited to 'gst/audiobuffer')
-rw-r--r--gst/audiobuffer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiobuffer/Makefile.am b/gst/audiobuffer/Makefile.am
index 190db7e81..96df1c68f 100644
--- a/gst/audiobuffer/Makefile.am
+++ b/gst/audiobuffer/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstaudiobuffer.la
libgstaudiobuffer_la_SOURCES = gstaudioringbuffer.c
-libgstaudiobuffer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
+libgstaudiobuffer_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
libgstaudiobuffer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
-lgstaudio-$(GST_MAJORMINOR)