summaryrefslogtreecommitdiff
path: root/src/post/goom
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-10 15:48:44 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-10 15:48:44 -0400
commit722010dbea5887558dd7d954a19d918119e37b4f (patch)
tree63454985ebc265189b24878d8d4cf272fb4b4f39 /src/post/goom
parent8f4ef350573f8e01a1f1c4081809b6ee1c3403d1 (diff)
downloadxine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.gz
xine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.bz2
Rename PPC_ARCH to ARCH_PPC for consistency.
Move the definition of it to a much more appropriate location.
Diffstat (limited to 'src/post/goom')
-rw-r--r--src/post/goom/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am
index a8dc13ab0..eeed54697 100644
--- a/src/post/goom/Makefile.am
+++ b/src/post/goom/Makefile.am
@@ -17,7 +17,7 @@ EXTRA_DIST = mmx.c xmmx.c ppc_drawings.s ppc_zoom_ultimate.s diff_against_releas
xinepost_LTLIBRARIES = xineplug_post_goom.la
## doesn't work
-#if PPC_ARCH
+#if ARCH_PPC
#extra_files = ppc_drawings.s ppc_zoom_ultimate.s
#AM_CPPFLAGS = -DCPU_POWERPC
#endif