diff options
Diffstat (limited to 'src/post/deinterlace/Makefile.am')
-rw-r--r-- | src/post/deinterlace/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/post/deinterlace/Makefile.am b/src/post/deinterlace/Makefile.am new file mode 100644 index 000000000..b1c35cb99 --- /dev/null +++ b/src/post/deinterlace/Makefile.am @@ -0,0 +1,18 @@ +include $(top_srcdir)/misc/Makefile.common + +SUBDIRS = plugins + +EXTRA_DIST = + +libdir = $(XINE_PLUGINDIR)/post + +lib_LTLIBRARIES = xineplug_post_tvtime.la + +xineplug_post_tvtime_la_SOURCES = xine_plugin.c \ + deinterlace.c pulldown.c speedy.c tvtime.c +xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) \ + $(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la + +xineplug_post_tvtime_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + +noinst_HEADERS = deinterlace.h pulldown.h speedtools.h speedy.h tvtime.h |