gstreamer/gst/videodrop/Makefile.am
Ronald S. Bultje b569848e28 Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...
Original commit message from CVS:
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-30 21:44:53 +00:00

10 lines
245 B
Makefile

plugin_LTLIBRARIES = libgstvideodrop.la
libgstvideodrop_la_SOURCES = \
gstvideodrop.c
libgstvideodrop_la_CFLAGS = $(GST_CFLAGS)
libgstvideodrop_la_LIBADD =
libgstvideodrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstvideodrop.h