mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 22:29:27 +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 FLAC__ALIGN_MALLOC_DATA 1
|
||||||
|
|
||||||
/* define if building for ia32/i386 */
|
/* define if building for ia32/i386 */
|
||||||
/* #undef FLAC__CPU_IA32 */
|
#define FLAC__CPU_IA32 1
|
||||||
|
|
||||||
/* define if building for PowerPC */
|
/* define if building for PowerPC */
|
||||||
/* #undef FLAC__CPU_PPC */
|
/* #undef FLAC__CPU_PPC */
|
||||||
@ -26,7 +26,7 @@
|
|||||||
/* #undef FLAC__CPU_SPARC */
|
/* #undef FLAC__CPU_SPARC */
|
||||||
|
|
||||||
/* define if building for x86_64 */
|
/* 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 */
|
/* define if you have docbook-to-man or docbook2man */
|
||||||
/* #undef FLAC__HAS_DOCBOOK_TO_MAN */
|
/* #undef FLAC__HAS_DOCBOOK_TO_MAN */
|
||||||
@ -168,7 +168,7 @@
|
|||||||
#define SIZEOF_OFF_T 8
|
#define SIZEOF_OFF_T 8
|
||||||
|
|
||||||
/* The size of `void*', as computed by sizeof. */
|
/* 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 to 1 if you have the ANSI C header files. */
|
||||||
#define STDC_HEADERS 1
|
#define STDC_HEADERS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user