mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
f26bbe9de8
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
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)
|