summaryrefslogtreecommitdiff
path: root/src/libxineadec
diff options
context:
space:
mode:
authorCarlo Bramini <carlo.bramix@libero.it>2008-09-17 10:57:35 +0100
committerCarlo Bramini <carlo.bramix@libero.it>2008-09-17 10:57:35 +0100
commit7bc49187618a5383e48b35e99f2a6f1e1be32d63 (patch)
treea39386dc827cced3cd7400e6f5e9c88d05effda0 /src/libxineadec
parentcad00d49e3344adbc7e8a67e3082dd8d35752a37 (diff)
downloadxine-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.am2
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