mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
This makes sure that the headers from the source tree are taken and not accidentially installed system headers in the case of builddir!=srcdir. Fixes bug #602161.
This commit is contained in:
parent
6b45854967
commit
fac1f741c3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la
|
|||
|
||||
libgstladspa_la_SOURCES = gstladspa.c
|
||||
libgstladspa_la_CFLAGS = \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(LRDF_CFLAGS)
|
||||
libgstladspa_la_LIBADD = \
|
||||
|
|
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstlv2.la
|
|||
|
||||
libgstlv2_la_SOURCES = gstlv2.c
|
||||
libgstlv2_la_CFLAGS = \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(SLV2_CFLAGS)
|
||||
libgstlv2_la_LIBADD = \
|
||||
|
|
Loading…
Reference in a new issue