mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 06:09:28 +02:00
Possible fix for bug #940
This commit is contained in:
parent
5b7ef6e3f1
commit
09c8a739f7
@ -14,7 +14,7 @@
|
||||
#define FLAC__ALIGN_MALLOC_DATA 1
|
||||
|
||||
/* define if building for ia32/i386 */
|
||||
/* #undef FLAC__CPU_IA32 */
|
||||
#define FLAC__CPU_IA32 1
|
||||
|
||||
/* define if building for PowerPC */
|
||||
/* #undef FLAC__CPU_PPC */
|
||||
@ -26,7 +26,7 @@
|
||||
/* #undef FLAC__CPU_SPARC */
|
||||
|
||||
/* define if building for x86_64 */
|
||||
#define FLAC__CPU_X86_64 1
|
||||
/* #undef FLAC__CPU_X86_64 */
|
||||
|
||||
/* define if you have docbook-to-man or docbook2man */
|
||||
/* #undef FLAC__HAS_DOCBOOK_TO_MAN */
|
||||
@ -168,7 +168,7 @@
|
||||
#define SIZEOF_OFF_T 8
|
||||
|
||||
/* The size of `void*', as computed by sizeof. */
|
||||
#define SIZEOF_VOIDP 8
|
||||
#define SIZEOF_VOIDP 4
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user