From 0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 15 Oct 2011 22:11:45 +0200 Subject: Disable strict-aliasing where it caused compiler warnings --- src/post/deinterlace/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post/deinterlace') diff --git a/src/post/deinterlace/Makefile.am b/src/post/deinterlace/Makefile.am index 4d58d2457..cde794988 100644 --- a/src/post/deinterlace/Makefile.am +++ b/src/post/deinterlace/Makefile.am @@ -11,6 +11,7 @@ xinepost_LTLIBRARIES = xineplug_post_tvtime.la xineplug_post_tvtime_la_SOURCES = xine_plugin.c \ deinterlace.c pulldown.c speedy.c tvtime.c +xineplug_post_tvtime_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(PTHREAD_LIBS) \ $(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la -- cgit v1.2.3