diff options
| author | Christian Ruppert <idl0r@gentoo.org> | 2011-10-15 22:11:45 +0200 |
|---|---|---|
| committer | Christian Ruppert <idl0r@gentoo.org> | 2011-10-15 22:11:45 +0200 |
| commit | 0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4 (patch) | |
| tree | 2e5b0d44f15508054a6469d50cf367f4e6b0fede /src/demuxers | |
| parent | b258a7d9c8f71669df3273127c076e722573f707 (diff) | |
| download | xine-lib-0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4.tar.gz xine-lib-0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4.tar.bz2 | |
Disable strict-aliasing where it caused compiler warnings
Diffstat (limited to 'src/demuxers')
| -rw-r--r-- | src/demuxers/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index d7b3e3613..32b5616f7 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -112,6 +112,7 @@ xineplug_dmx_games_la_SOURCES = group_games.c demux_eawve.c \ demux_vqa.c demux_wc3movie.c demux_str.c \ demux_film.c demux_smjpeg.c demux_4xm.c \ demux_vmd.c +xineplug_dmx_games_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing xineplug_dmx_games_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_dmx_audio_la_SOURCES = group_audio.c demux_aud.c demux_aiff.c \ |
