summaryrefslogtreecommitdiff
path: root/src/libmpeg2
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/libmpeg2
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/libmpeg2')
-rw-r--r--src/libmpeg2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am
index 9895aa5d7..5a9f1302c 100644
--- a/src/libmpeg2/Makefile.am
+++ b/src/libmpeg2/Makefile.am
@@ -22,7 +22,7 @@ xineplug_decode_mpeg2_la_SOURCES = \
xine_mpeg2_decoder.c \
libmpeg2_accel.c
-xineplug_decode_mpeg2_la_LIBADD = $(XINE_LIB) $(MLIB_LIBS) -lm
+xineplug_decode_mpeg2_la_LIBADD = $(XINE_LIB) $(MLIB_LIBS) $(LTLIBINTL) -lm
xineplug_decode_mpeg2_la_CFLAGS = $(VISIBILITY_FLAG) $(LIBMPEG2_CFLAGS)
xineplug_decode_mpeg2_la_LDFLAGS = $(xineplug_ldflags)