summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-12 04:29:06 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-12 04:29:06 +0000
commit6b8cf29fa2eab3ea64d5fc048f9ec3a281fecf03 (patch)
treee7ea1c5fbb79bb0dc0680b5b1f64b04d704e1714 /src
parent864735e0b9f2634fda0ddbcd32115d6e6e8872a5 (diff)
downloadxine-lib-6b8cf29fa2eab3ea64d5fc048f9ec3a281fecf03.tar.gz
xine-lib-6b8cf29fa2eab3ea64d5fc048f9ec3a281fecf03.tar.bz2
Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink<billfink@mindspring.com>).
CVS patchset: 2812 CVS date: 2002/10/12 04:29:06
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/ppcasm_string.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/ppcasm_string.S b/src/xine-utils/ppcasm_string.S
index 6f0798473..ff4013e07 100644
--- a/src/xine-utils/ppcasm_string.S
+++ b/src/xine-utils/ppcasm_string.S
@@ -14,7 +14,7 @@
#include "../../config.h"
-#if ARCH_PPC
+#ifdef ARCH_PPC
#warning Be forewarned - using PowerPC assembly