diff options
| author | Conrad Parker <conrad@users.sourceforge.net> | 2004-06-01 13:13:15 +0000 |
|---|---|---|
| committer | Conrad Parker <conrad@users.sourceforge.net> | 2004-06-01 13:13:15 +0000 |
| commit | cc2e7da221cc4ba3397e36ed24b1dede7f4e9fb3 (patch) | |
| tree | ce83ee71381f1f84db5a19a727dc90e4e6ca690b /src/xine-utils/ppcasm_string.S | |
| parent | e9b3efe9e13d1527fbcec9c39fa7d22240135eb0 (diff) | |
| download | xine-lib-cc2e7da221cc4ba3397e36ed24b1dede7f4e9fb3.tar.gz xine-lib-cc2e7da221cc4ba3397e36ed24b1dede7f4e9fb3.tar.bz2 | |
applied patches from Daniel Mack for recognizing darwin as a host, and
patching some xine-util ppc-specific routines for OS X.
CVS patchset: 6623
CVS date: 2004/06/01 13:13:15
Diffstat (limited to 'src/xine-utils/ppcasm_string.S')
| -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 3091a9d68..b1645bbe7 100644 --- a/src/xine-utils/ppcasm_string.S +++ b/src/xine-utils/ppcasm_string.S @@ -14,7 +14,7 @@ #include "../../config.h" -#ifdef ARCH_PPC +#if defined (ARCH_PPC) && !defined (HOST_OS_DARWIN) //#warning Be forewarned - using PowerPC assembly |
