diff options
Diffstat (limited to 'media/ffvpx/README_MCP')
-rw-r--r-- | media/ffvpx/README_MCP | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/ffvpx/README_MCP b/media/ffvpx/README_MCP index 26834d3e3..4546d45a3 100644 --- a/media/ffvpx/README_MCP +++ b/media/ffvpx/README_MCP @@ -13,6 +13,9 @@ configuration files were generated as follow using the configure script: config*: replace: /HAVE_(MALLOC_H|ARC4RANDOM|LOCALTIME_R|MEMALIGN|POSIX_MEMALIGN)/d +config_darwin32.h: +add to configure command: --disable-asm --disable-x86asm --cc='clang -m32' + config_unix32.h: add to configure command: --disable-asm --disable-x86asm --cc='clang -m32' replace: s/HAVE_SYSCTL 1/HAVE_SYSCTL 0/ and s/HAVE_MEMALIGN 1/HAVE_MEMALIGN 0/ and s/HAVE_POSIX_MEMALIGN 1/HAVE_POSIX_MEMALIGN 0/ |