1,502
edits
m (Formatting) |
(→libmpeg2: Remove a define instead of changing the libmpeg2 code) |
||
Line 251: | Line 251: | ||
* #include "inttypes.h" | * #include "inttypes.h" | ||
</source> | </source> | ||
* Open config.h and comment out | * Open config.h and comment out these lines: | ||
<source lang="C"> | |||
#define ARCH_X86 | |||
</source> | |||
<source lang="C"> | <source lang="C"> | ||
#define restrict __restrict | #define restrict __restrict | ||
Line 261: | Line 264: | ||
Now, we'll remove all the MMX optimization references from the files that have been added to the project. Perform the following: | Now, we'll remove all the MMX optimization references from the files that have been added to the project. Perform the following: | ||
* Open slice.c, replace these lines: | * Open slice.c, replace these lines: | ||
<source lang="C"> | <source lang="C"> |
edits