summaryrefslogtreecommitdiff
path: root/src/post/planar
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
commit89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (patch)
tree33a2ab1ec106e0bf40e681d26d74ee5fc4732ea6 /src/post/planar
parentd99313be4ffdebbbbafb04d21c56d874f5222946 (diff)
downloadxine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.gz
xine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.bz2
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Some plugins may have been missed due to them not being built here.
Diffstat (limited to 'src/post/planar')
-rw-r--r--src/post/planar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am
index 826f378a6..4ba6bfa41 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -25,7 +25,7 @@ xinepost_LTLIBRARIES = xineplug_post_planar.la
xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \
denoise3d.c eq.c eq2.c unsharp.c pp.c noise.c
xineplug_post_planar_la_DEPENDENCIES = $(postproc_dep)
-xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(postproc_lib) -lm $(PTHREAD_LIBS)
+xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(postproc_lib) -lm $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_post_planar_la_LDFLAGS = -avoid-version -module \
@IMPURE_TEXT_LDFLAGS@
xineplug_post_planar_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)