diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-10-12 04:29:06 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-10-12 04:29:06 +0000 |
commit | 6b8cf29fa2eab3ea64d5fc048f9ec3a281fecf03 (patch) | |
tree | e7ea1c5fbb79bb0dc0680b5b1f64b04d704e1714 /src | |
parent | 864735e0b9f2634fda0ddbcd32115d6e6e8872a5 (diff) | |
download | xine-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.S | 2 |
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 |