summaryrefslogtreecommitdiff
path: root/src/post/deinterlace
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-12 22:32:26 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-12 22:32:26 +0100
commit58d9467d1b2188463b216b79b51a423559e97a75 (patch)
tree233624f3ae7213c376b6b293160b153061ed7e43 /src/post/deinterlace
parentaba1fd253b3a2c5cfa13e13eefea469e4e3dff9b (diff)
parent125e98b02c9d62e09e154f176aacc2b9c51fd164 (diff)
downloadxine-lib-58d9467d1b2188463b216b79b51a423559e97a75.tar.gz
xine-lib-58d9467d1b2188463b216b79b51a423559e97a75.tar.bz2
A nice simple merge from 1.1.
Hopefully, I've applied all of the $(LTLIBINTL) changes correctly...
Diffstat (limited to 'src/post/deinterlace')
-rw-r--r--src/post/deinterlace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/Makefile.am b/src/post/deinterlace/Makefile.am
index ef030b22d..1a90b72bf 100644
--- a/src/post/deinterlace/Makefile.am
+++ b/src/post/deinterlace/Makefile.am
@@ -9,7 +9,7 @@ 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) \
+xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) \
$(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la
noinst_HEADERS = deinterlace.h pulldown.h speedtools.h speedy.h tvtime.h