summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/Makefile.am
blob: fa2ad85fd4ac02d9db3949ca8cf97a9a8c3a5165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_builddir)/misc/Makefile.plugins
include $(top_srcdir)/misc/Makefile.common

AM_CFLAGS  = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags) $(IMPURE_TEXT_LDFLAGS)

SUBDIRS = plugins

xinepost_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) $(LTLIBINTL) $(PTHREAD_LIBS) \
	$(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la

noinst_HEADERS = deinterlace.h pulldown.h speedtools.h speedy.h tvtime.h