summaryrefslogtreecommitdiff
path: root/src/xine-engine/Makefile.am
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-20 00:18:44 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-20 00:18:44 +0000
commit1edd2f2a81cbf1d5385f5a9f12bf8ff2c05c701d (patch)
tree50473b6c4e5b6289b7e7d6fd8e44b1497322c8f6 /src/xine-engine/Makefile.am
parent2935be1cf5c2c3a416d8c024c8f3f9df042ab995 (diff)
downloadxine-lib-1edd2f2a81cbf1d5385f5a9f12bf8ff2c05c701d.tar.gz
xine-lib-1edd2f2a81cbf1d5385f5a9f12bf8ff2c05c701d.tar.bz2
Remove need to use -fno-strict-aliasing, by using an union on accept() usage, and by not using a double pointer in alphablend code (the first pointer was always dereferenced anyway).
CVS patchset: 8062 CVS date: 2006/06/20 00:18:44
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r--src/xine-engine/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index 4d99d1452..2ec481960 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -1,7 +1,7 @@
include $(top_srcdir)/misc/Makefile.common
include $(top_srcdir)/lib/Makefile.common
-AM_CFLAGS = $(X_CFLAGS) $(FT2_CFLAGS) -fno-strict-aliasing
+AM_CFLAGS = $(X_CFLAGS) $(FT2_CFLAGS)
AM_CPPFLAGS = $(ZLIB_CPPFLAGS) -DXINE_LIBRARY_COMPILE
LIBTOOL = $(SHELL) $(top_builddir)/libtool