mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
f50da006ec
Original commit message from CVS: * configure.ac: Enable libvisual plugin. * ext/libvisual/Makefile.am: * ext/libvisual/visual.c: Fixes to make it compile.
7 lines
242 B
Makefile
7 lines
242 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)
|