summaryrefslogtreecommitdiff
path: root/src/libdts
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-17 15:20:56 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-17 15:20:56 +0000
commit31eee779c6802eb127e5a529410a61b719a30694 (patch)
tree3931a34996327771da82b654163d285e311848e0 /src/libdts
parentc036faa947dd1a4362ca796f4240835ea404a654 (diff)
downloadxine-lib-31eee779c6802eb127e5a529410a61b719a30694.tar.gz
xine-lib-31eee779c6802eb127e5a529410a61b719a30694.tar.bz2
Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048 CVS date: 2006/06/17 15:20:56
Diffstat (limited to 'src/libdts')
-rw-r--r--src/libdts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libdts/Makefile.am b/src/libdts/Makefile.am
index 34980c82c..cb919c93a 100644
--- a/src/libdts/Makefile.am
+++ b/src/libdts/Makefile.am
@@ -22,6 +22,7 @@ xineplug_decode_dts_la_LIBADD = $(XINE_LIB) $(LIBDTS_LIBS)
xineplug_decode_dts_la_CFLAGS = $(LIBDTS_CFLAGS)
else
xineplug_decode_dts_la_LIBADD = $(XINE_LIB)
+xineplug_decode_dts_la_CFLAGS = -fno-strict-aliasing
endif
noinst_HEADERS = bitstream.h dts.h dts_internal.h tables.h tables_adpcm.h \