mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
dvdlpcmdec: add libgstbase CFLAGS as well
For consistency. https://bugzilla.gnome.org/show_bug.cgi?id=769610
This commit is contained in:
parent
eda96ad1c1
commit
8149ee2e46
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
plugin_LTLIBRARIES = libgstdvdlpcmdec.la
|
||||
|
||||
libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c
|
||||
libgstdvdlpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstdvdlpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstdvdlpcmdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdvdlpcmdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
|
Loading…
Reference in a new issue