summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-10-15 22:11:45 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-10-15 22:11:45 +0200
commit0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4 (patch)
tree2e5b0d44f15508054a6469d50cf367f4e6b0fede /src/xine-engine
parentb258a7d9c8f71669df3273127c076e722573f707 (diff)
downloadxine-lib-0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4.tar.gz
xine-lib-0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4.tar.bz2
Disable strict-aliasing where it caused compiler warnings
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \