From 31eee779c6802eb127e5a529410a61b719a30694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 17 Jun 2006 15:20:56 +0000 Subject: 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 --- src/libfaad/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libfaad/Makefile.am') diff --git a/src/libfaad/Makefile.am b/src/libfaad/Makefile.am index a03f780be..311f9f888 100644 --- a/src/libfaad/Makefile.am +++ b/src/libfaad/Makefile.am @@ -12,6 +12,7 @@ lib_LTLIBRARIES = $(faad_module) VPATH = @srcdir@:@srcdir@/codebook: +xineplug_decode_faad_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing xineplug_decode_faad_la_SOURCES = \ bits.c \ cfft.c \ -- cgit v1.2.3