summaryrefslogtreecommitdiffstats
path: root/gst/vbidec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/vbidec/Makefile.am')
-rw-r--r--gst/vbidec/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/vbidec/Makefile.am b/gst/vbidec/Makefile.am
new file mode 100644
index 00000000..a7009ec5
--- /dev/null
+++ b/gst/vbidec/Makefile.am
@@ -0,0 +1,9 @@
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
+
+plugin_LTLIBRARIES = libgstvbidec.la
+
+libgstvbidec_la_SOURCES = gstvbidec.h gstvbidec.c \
+ vbidata.h vbidata.c \
+ vbiscreen.h vbiscreen.c
+libgstvbidec_la_CFLAGS = $(GST_CFLAGS)
+libgstvbidec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)