diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 20:16:48 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 20:16:48 +0100 |
commit | b12c3374cd865ace190afb0ecbf63976ebec63bd (patch) | |
tree | fb8a2a84f8c9d6eeb14c9124c912148a202f3506 /src/video_out | |
parent | f7e69e91ce350ec58aa37bd3617266c6f4b8e5cb (diff) | |
download | xine-lib-b12c3374cd865ace190afb0ecbf63976ebec63bd.tar.gz xine-lib-b12c3374cd865ace190afb0ecbf63976ebec63bd.tar.bz2 |
Add $(LTLIBINTL) for a few plugins which I'd missed.
Diffstat (limited to 'src/video_out')
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 1c6c1009d..a97d1d8ac 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -148,7 +148,7 @@ xineplug_vo_out_pgx32_la_CFLAGS = $(VISIBILITY_FLAG) $(X_CFLAGS) xineplug_vo_out_vidix_la_SOURCES = video_out_vidix.c $(X11OSD) xineplug_vo_out_vidix_la_LIBADD = $(XINE_LIB) $(X_LIBS) \ - $(top_builddir)/src/video_out/vidix/libvidix.la $(PTHREAD_LIBS) + $(top_builddir)/src/video_out/vidix/libvidix.la $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_vo_out_vidix_la_CFLAGS = $(VISIBILITY_FLAG) $(VIDIX_CFLAGS) $(X_CFLAGS) -fno-strict-aliasing xineplug_vo_out_aa_la_SOURCES = video_out_aa.c |