summaryrefslogtreecommitdiff
path: root/src/libxinevdec
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/libxinevdec
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/libxinevdec')
-rw-r--r--src/libxinevdec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index 9805eb09e..81219d67e 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -43,4 +43,4 @@ xineplug_decode_gdk_pixbuf_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) $(GDK_PIXB
xineplug_decode_theora_la_SOURCES = xine_theora_decoder.c
xineplug_decode_theora_la_CFLAGS = $(AM_CFLAGS) $(OGG_CFLAGS) $(THEORA_CFLAGS)
-xineplug_decode_theora_la_LIBADD = $(XINE_LIB) $(OGG_LIBS) $(THEORA_LIBS)
+xineplug_decode_theora_la_LIBADD = $(XINE_LIB) $(OGG_LIBS) $(THEORA_LIBS) $(LTLIBINTL)