diff options
Diffstat (limited to 'gst/deinterlace/Makefile.am')
-rw-r--r-- | gst/deinterlace/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/deinterlace/Makefile.am b/gst/deinterlace/Makefile.am new file mode 100644 index 00000000..eafa47d5 --- /dev/null +++ b/gst/deinterlace/Makefile.am @@ -0,0 +1,9 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstdeinterlace.la + +libgstdeinterlace_la_SOURCES = gstdeinterlace.c +libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS) + +noinst_HEADERS = gstdeinterlace.h + |