mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
58a92964c6
Mostly just add missing $(GST_BASE_CFLAGS), but also fix up order of flags (see docs/random/moving-plugins).
8 lines
358 B
Makefile
8 lines
358 B
Makefile
plugin_LTLIBRARIES = libgstlibvisual.la
|
|
|
|
libgstlibvisual_la_SOURCES = visual.c
|
|
libgstlibvisual_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBVISUAL_CFLAGS)
|
|
libgstlibvisual_la_LIBADD = $(GST_BASE_LIBS) $(LIBVISUAL_LIBS)
|
|
libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstlibvisual_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|