mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
3e8ada2cfe
Original commit message from CVS: * ext/libvisual/Makefile.am: link against gst-base-libs
8 lines
269 B
Makefile
8 lines
269 B
Makefile
plugin_LTLIBRARIES = libgstlibvisual.la
|
|
|
|
libgstlibvisual_la_SOURCES = visual.c
|
|
libgstlibvisual_la_CFLAGS = $(GST_CFLAGS) $(LIBVISUAL_CFLAGS)
|
|
libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstlibvisual_la_LIBADD = \
|
|
$(LIBVISUAL_LIBS) \
|
|
$(GST_BASE_LIBS)
|