diff options
author | Carlo Bramini <carlo.bramix@libero.it> | 2008-09-17 10:57:35 +0100 |
---|---|---|
committer | Carlo Bramini <carlo.bramix@libero.it> | 2008-09-17 10:57:35 +0100 |
commit | 7bc49187618a5383e48b35e99f2a6f1e1be32d63 (patch) | |
tree | a39386dc827cced3cd7400e6f5e9c88d05effda0 /src/libxineadec | |
parent | cad00d49e3344adbc7e8a67e3082dd8d35752a37 (diff) | |
download | xine-lib-7bc49187618a5383e48b35e99f2a6f1e1be32d63.tar.gz xine-lib-7bc49187618a5383e48b35e99f2a6f1e1be32d63.tar.bz2 |
Mingw+MSys: NLS support, --enable-stdcall-fixup
It was not possible to compile some parts of XINE-LIB with NLS enabled. It's
also a good idea to explicitely enable --enable-stdcall-fixup for solving a
huge amount of warnings. Attached patch fixes these problems.
Diffstat (limited to 'src/libxineadec')
-rw-r--r-- | src/libxineadec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index d502b7955..a97cd1934 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -39,7 +39,7 @@ xineplug_decode_lpcm_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_decode_lpcm_la_LIBADD = $(XINE_LIB) xineplug_decode_vorbis_la_SOURCES = xine_vorbis_decoder.c -xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS) +xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS) $(LTLIBINTL) xineplug_decode_vorbis_la_CFLAGS = $(VISIBILITY_FLAG) $(VORBIS_CFLAGS) xineplug_decode_speex_la_SOURCES = xine_speex_decoder.c |