TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 56: | Line 56: | ||
/* Initialization/Query functions */ | /* Initialization/Query functions */ | ||
</ | </syntaxhighlight> | ||
After adding a new x64 configuration option in the project files, you may also need to remove "/MACHINE:I386" as additional linker command in Project->Properties, Configuration Properties->Linker->Command Line. | After adding a new x64 configuration option in the project files, you may also need to remove "/MACHINE:I386" as additional linker command in Project->Properties, Configuration Properties->Linker->Command Line. | ||
Line 104: | Line 104: | ||
# define FPM_INTEL | # define FPM_INTEL | ||
+#endif | +#endif | ||
</ | </syntaxhighlight> | ||
=== FLAC === | === FLAC === | ||
Line 183: | Line 183: | ||
static void sbr_header(bitfile *ld, sbr_info *sbr); | static void sbr_header(bitfile *ld, sbr_info *sbr); | ||
</ | </syntaxhighlight> | ||
'''Note for x64:''' When you want to build a x64 library for libfaad you will need to create your own x64 config for it. You can do so by easy conversion of the existing libfaad solution files for x86. | '''Note for x64:''' When you want to build a x64 library for libfaad you will need to create your own x64 config for it. You can do so by easy conversion of the existing libfaad solution files for x86. |