mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
7 lines
204 B
Makefile
Executable file
7 lines
204 B
Makefile
Executable file
|
|
plugin_LTLIBRARIES = libgstmixmatrix.la
|
|
|
|
libgstmixmatrix_la_SOURCES = mixmatrix.c
|
|
libgstmixmatrix_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmixmatrix_la_LIBADD =
|
|
libgstmixmatrix_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|