gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until they...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 23 Mar 2008 13:31:15 +0000 (13:31 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 23 Mar 2008 13:31:15 +0000 (13:31 +0000)
Original commit message from CVS:
* gst/goom/Makefile.am:
Remove ppc assembler optimisations from the build until they
actually build (they also seem to have GPL headers).

ChangeLog
gst/goom/Makefile.am

index f97177f..8e5fea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/goom/Makefile.am:
+         Remove ppc assembler optimisations from the build until they
+         actually build (they also seem to have GPL headers).
+
+2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
+
        * m4/Makefile.am:
          Better not dist files that don't exist any longer (lrint*m4).
 
index 0dec96a..4a2ae2f 100644 (file)
@@ -4,10 +4,14 @@ PPC_FILES=ppc_zoom_ultimate.s ppc_drawings.s ppc_drawings.h ppc_zoom_ultimate.h
 MMX_FILES=mmx.c xmmx.c mmx.h xmmx.h
 
 if HAVE_CPU_PPC
-ARCH_FILES = $(PPC_FILES)
+# disable until someone figures out how to build these correctly on ppc
+#ARCH_FILES = $(PPC_FILES)
+ARCH_FILES =
 endif
 if HAVE_CPU_PPC64
-ARCH_FILES = $(PPC_FILES)
+# disable until someone figures out how to build these correctly on ppc
+#ARCH_FILES = $(PPC_FILES)
+ARCH_FILES =
 endif
 if HAVE_CPU_I386
 ARCH_FILES = $(MMX_FILES)