gstreamer/gst/mixmatrix/Makefile.am
Thomas Vander Stichele f26bbe9de8 fix plugin names move gstvideosink.h to videosink.h
Original commit message from CVS:
fix plugin names
move gstvideosink.h to videosink.h
2004-03-01 16:17:21 +00:00

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)