From b4c1abd6dd653d3cd5c0455d0bc9b21e92e47849 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 4 Nov 2003 23:37:20 +0000 Subject: that must fix a compilation failure report i received CVS patchset: 5690 CVS date: 2003/11/04 23:37:20 --- src/post/goom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index f563d7a5b..46a3f47d3 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = zoom_filter_mmx.c zoom_filter_xmmx.c ppc_zoom_ultimate.s ## -fomit-frame-pointer segfaults here -CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` +CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-Os//g'` libdir = $(XINE_PLUGINDIR)/post -- cgit v1.2.3