From c20f6876baae32c2ef18999def0245bf0c23000a Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 12 Feb 2008 16:39:57 +0000 Subject: Avoid possible excess linkage in the tvtime plugin. Its convenience lib needs $(XINE_LIB) but it gets that when it's linked into the shared lib. --- src/post/deinterlace/plugins/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am index 2bc8abd58..1ff139d29 100644 --- a/src/post/deinterlace/plugins/Makefile.am +++ b/src/post/deinterlace/plugins/Makefile.am @@ -48,7 +48,6 @@ libdeinterlaceplugins_la_SOURCES = \ scalerbob.c \ kdetv_greedyh.c \ kdetv_tomsmocomp.c -libdeinterlaceplugins_la_LIBADD = $(XINE_LIB) libdeinterlaceplugins_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) libdeinterlaceplugins_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3