mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
fix some CFLAGS
Original commit message from CVS: fix some CFLAGS
This commit is contained in:
parent
70274d9c82
commit
0f9c0996fc
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstesd.la
|
|||
|
||||
libgstesd_la_SOURCES = esdsink.c gstesd.c
|
||||
#esdmon.c
|
||||
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
|
||||
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
||||
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
||||
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = esdsink.h esdmon.h
|
||||
|
|
|
@ -8,7 +8,7 @@ libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lin
|
|||
|
||||
noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h
|
||||
|
||||
libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
|
||||
libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstgoom_la_LIBADD =
|
||||
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue