From b569848e286b7435997a67e17fa0b21db892131d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 30 Sep 2003 21:44:53 +0000 Subject: 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. --- gst/videodrop/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gst/videodrop/Makefile.am (limited to 'gst/videodrop/Makefile.am') diff --git a/gst/videodrop/Makefile.am b/gst/videodrop/Makefile.am new file mode 100644 index 00000000..536df539 --- /dev/null +++ b/gst/videodrop/Makefile.am @@ -0,0 +1,10 @@ + +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 -- cgit v1.2.1