diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 17:59:03 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 17:59:03 +0100 |
commit | 89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (patch) | |
tree | 33a2ab1ec106e0bf40e681d26d74ee5fc4732ea6 /src/post/audio | |
parent | d99313be4ffdebbbbafb04d21c56d874f5222946 (diff) | |
download | xine-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/audio')
-rw-r--r-- | src/post/audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/audio/Makefile.am b/src/post/audio/Makefile.am index f4018a780..41a364d0d 100644 --- a/src/post/audio/Makefile.am +++ b/src/post/audio/Makefile.am @@ -6,7 +6,7 @@ xinepost_LTLIBRARIES = xineplug_post_audio_filters.la xineplug_post_audio_filters_la_SOURCES = \ upmix.c upmix_mono.c filter.c window.c stretch.c volnorm.c audio_filters.c -xineplug_post_audio_filters_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) -lm +xineplug_post_audio_filters_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL) -lm xineplug_post_audio_filters_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_post_audio_filters_la_LDFLAGS = -avoid-version -module |