summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/post/goom/Makefile.am4
-rw-r--r--src/post/goom/goom_config.h2
2 files changed, 4 insertions, 2 deletions
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 */