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/video_out | |
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/video_out')
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 80dd1e92c..f8ce7fc1f 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -184,7 +184,7 @@ xineplug_vo_out_stk_la_CFLAGS = $(VISIBILITY_FLAG) $(LIBSTK_CFLAGS) xineplug_vo_out_directx_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_directx.c xineplug_vo_out_directx_la_CPPFLAGS = $(AM_CPPFLAGS) $(DIRECTX_CPPFLAGS) -xineplug_vo_out_directx_la_LIBADD = $(XINE_LIB) $(DIRECTX_VIDEO_LIBS) $(PTHREAD_LIBS) +xineplug_vo_out_directx_la_LIBADD = $(XINE_LIB) $(DIRECTX_VIDEO_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_vo_out_directx_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_vo_out_none_la_SOURCES = video_out_none.c |