From dc741204a8f772cdbade83e198266731044646e1 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 3 Jan 2003 22:39:50 +0000 Subject: Disables ppc assembly code, it does'nt compiles. Remove CFLAGS hack CVS patchset: 3765 CVS date: 2003/01/03 22:39:50 --- src/post/goom/Makefile.am | 4 ++-- src/post/goom/goom_config.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index 2e9ae1c0f..b92eb177c 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -8,7 +8,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic # FIXME # -fomit-frame-pointer segfaults here -CFLAGS = -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O3 -pipe -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -mcpu=pentiumpro +#CFLAGS = -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O3 -pipe -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -mcpu=pentiumpro libdir = $(XINE_PLUGINDIR)/post @@ -36,7 +36,7 @@ else ifs_display.c ifs.c ifs.h \ graphic.c graphic.h \ drawmethods.h \ - ppc_zoom_ultimate.s +# ppc_zoom_ultimate.s endif xineplug_post_goom_la_LIBADD = $(XINE_LIB) diff --git a/src/post/goom/goom_config.h b/src/post/goom/goom_config.h index 5d2a1a91f..0947b400e 100644 --- a/src/post/goom/goom_config.h +++ b/src/post/goom/goom_config.h @@ -34,7 +34,9 @@ #endif #ifdef ARCH_PPC +/* #define POWERPC +*/ #endif /* #define VERBOSE */ -- cgit v1.2.3