mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Move library tree where it belongs
This commit is contained in:
25
lib-src/libmad/osx-universal-build.patch
Normal file
25
lib-src/libmad/osx-universal-build.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
Index: fixed.h
|
||||
===================================================================
|
||||
RCS file: /cvsroot/audacity/lib-src/libmad/fixed.h,v
|
||||
retrieving revision 1.2
|
||||
diff -u -r1.2 fixed.h
|
||||
--- fixed.h 12 Sep 2005 07:01:30 -0000 1.2
|
||||
+++ fixed.h 2 Feb 2008 11:35:08 -0000
|
||||
@@ -137,7 +137,7 @@
|
||||
|
||||
/* --- Intel --------------------------------------------------------------- */
|
||||
|
||||
-# elif defined(FPM_INTEL)
|
||||
+# elif defined(FPM_INTEL) || defined (__i386__)
|
||||
|
||||
# if defined(_MSC_VER)
|
||||
# pragma warning(push)
|
||||
@@ -351,7 +351,7 @@
|
||||
|
||||
/* --- PowerPC ------------------------------------------------------------- */
|
||||
|
||||
-# elif defined(FPM_PPC)
|
||||
+# elif defined(FPM_PPC) || defined(__ppc__)
|
||||
|
||||
/*
|
||||
* This PowerPC version is fast and accurate; the disposition of the least
|
||||
Reference in New Issue
Block a user