diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-12 16:39:57 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-12 16:39:57 +0000 |
commit | c20f6876baae32c2ef18999def0245bf0c23000a (patch) | |
tree | 43f8434a78b029e09e1145c1cc03656996a3813c | |
parent | c280370fa3ef304b9adc9d3cf36c9aeec27034e4 (diff) | |
download | xine-lib-c20f6876baae32c2ef18999def0245bf0c23000a.tar.gz xine-lib-c20f6876baae32c2ef18999def0245bf0c23000a.tar.bz2 |
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.
-rw-r--r-- | src/post/deinterlace/plugins/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |