diff options
| author | Carlo Bramini <carlo.bramix@libero.it> | 2014-08-04 20:32:52 +0300 |
|---|---|---|
| committer | Carlo Bramini <carlo.bramix@libero.it> | 2014-08-04 20:32:52 +0300 |
| commit | 22e59dd3f125611b6df9a88b2305f3790ac098e8 (patch) | |
| tree | 87801b6b965fe79c97fbaf6375b2114b69f0d555 /src/spu_dec | |
| parent | 5425b5d79b9974fb083d93f93b759aa738b04ea8 (diff) | |
| download | xine-lib-22e59dd3f125611b6df9a88b2305f3790ac098e8.tar.gz xine-lib-22e59dd3f125611b6df9a88b2305f3790ac098e8.tar.bz2 | |
Add missing LIBINTL
Diffstat (limited to 'src/spu_dec')
| -rw-r--r-- | src/spu_dec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/Makefile.am b/src/spu_dec/Makefile.am index b44bf7bb2..bc55ecb7f 100644 --- a/src/spu_dec/Makefile.am +++ b/src/spu_dec/Makefile.am @@ -14,7 +14,7 @@ xineplug_LTLIBRARIES = \ xineplug_sputext.la xineplug_decode_spucc_la_SOURCES = cc_decoder.c cc_decoder.h xine_cc_decoder.c -xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) +xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_decode_spucc_la_CFLAGS = $(AM_CFLAGS) xineplug_decode_spucmml_la_SOURCES = cmml_decoder.c |
