diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-03 22:39:50 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-03 22:39:50 +0000 |
commit | dc741204a8f772cdbade83e198266731044646e1 (patch) | |
tree | f284c83398c467d79e8cf71bd919e65c96f7227b /src | |
parent | deb9a6340e65ae359293cf50785f95adf80b193d (diff) | |
download | xine-lib-dc741204a8f772cdbade83e198266731044646e1.tar.gz xine-lib-dc741204a8f772cdbade83e198266731044646e1.tar.bz2 |
Disables ppc assembly code, it does'nt compiles.
Remove CFLAGS hack
CVS patchset: 3765
CVS date: 2003/01/03 22:39:50
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/Makefile.am | 4 | ||||
-rw-r--r-- | src/post/goom/goom_config.h | 2 |
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 */ |