summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 16:42:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 16:42:33 +0000
commitb0f5f9a9410efd9ce64dfee67dbc950cbbb2d614 (patch)
tree67bc8451ab25d18d75c410cf8cf97e3cdce2d37c /ext/dv/Makefile.am
parent1c3d0eb6e8f65df18350536dcd3a8e4e4eee3cdc (diff)
adding dv, raw1934, gnomevfs, rtp
Original commit message from CVS: adding dv, raw1934, gnomevfs, rtp
Diffstat (limited to 'ext/dv/Makefile.am')
-rw-r--r--ext/dv/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am
new file mode 100644
index 00000000..e044aa45
--- /dev/null
+++ b/ext/dv/Makefile.am
@@ -0,0 +1,11 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstdvdec.la
+
+libdvdec_la_SOURCES = gstdvdec.c
+libdvdec_la_LIBADD = $(DV_LIBS)
+libdvdec_la_CFLAGS = $(GST_CFLAGS)
+
+noinst_HEADERS = gstdvdec.h
+
+EXTRA_DIST = NOTES