summaryrefslogtreecommitdiffstats
path: root/sys/dxr3/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-29 00:23:16 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-29 00:23:16 +0000
commitcb99f1dab122abd488cb96871a6fbf67474e4168 (patch)
tree642235adde846c0edd8d25fee035a102f317896a /sys/dxr3/Makefile.am
parent625a9e6eb1d9a329259e2f63354c14ed2f5d10c6 (diff)
downloadgst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.tar.gz
gst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.tar.bz2
gst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.zip
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 <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
Diffstat (limited to 'sys/dxr3/Makefile.am')
-rw-r--r--sys/dxr3/Makefile.am11
1 files changed, 11 insertions, 0 deletions
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
+