From 0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 15 Oct 2011 22:11:45 +0200 Subject: Disable strict-aliasing where it caused compiler warnings --- src/xine-engine/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xine-engine') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index df35a7da4..616da19a5 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -39,6 +39,7 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) $(YUV_LIB) $(XDG_BASEDIR_DEPS) \ $(pthread_dep) $(LIBXINEPOSIX) \ libxine-interface.la +libxine_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing libxine_la_LIBADD = $(PTHREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \ -lm $(XINEUTILS_LIB) $(YUV_LIB) $(LTLIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \ $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS) $(XDG_BASEDIR_LIBS) \ -- cgit v1.2.3