From cb99f1dab122abd488cb96871a6fbf67474e4168 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 29 Mar 2002 00:23:16 +0000 Subject: some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja , with some consistency-with-the-rest-of-gst adjustments --- sys/dxr3/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/dxr3/Makefile.am (limited to 'sys/dxr3/Makefile.am') diff --git a/sys/dxr3/Makefile.am b/sys/dxr3/Makefile.am new file mode 100644 index 00000000..3edc8384 --- /dev/null +++ b/sys/dxr3/Makefile.am @@ -0,0 +1,11 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstdxr3.la + +libgstdxr3_la_SOURCES = gstdxr3videosink.c gstdxr3.c +libgstdxr3_la_CFLAGS = $(GST_CFLAGS) +libgstdxr3_la_LIBADD = +libgstdxr3_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstdxr3videosink.h + -- cgit v1.2.1