summaryrefslogtreecommitdiff
path: root/libs/ffvpx/README_MCP
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ffvpx/README_MCP')
-rw-r--r--libs/ffvpx/README_MCP7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/ffvpx/README_MCP b/libs/ffvpx/README_MCP
index d4537886b..3364fc8de 100644
--- a/libs/ffvpx/README_MCP
+++ b/libs/ffvpx/README_MCP
@@ -1,6 +1,6 @@
-This directory contains files used in goanna builds from FFmpeg
+This directory contains files used in Goanna builds from FFmpeg
(http://ffmpeg.org). The current files are from FFmpeg as of
-Release 4.0.2
+Release 4.2.7
All source files match their path from the library's source archive.
Currently, we only use the vp8 and vp9 portion of the library, and only on x86
@@ -8,10 +8,11 @@ based platforms. If this changes, configuration files will most likely
need to be updated.
configuration files were generated as follow using the configure script:
-./configure --disable-everything --disable-protocols --disable-demuxers --disable-muxers --disable-filters --disable-programs --disable-doc --disable-parsers --enable-parser=vp8 --enable-parser=vp9 --enable-decoder=vp8 --enable-decoder=vp9 --disable-static --enable-shared --disable-debug --disable-sdl2 --disable-libxcb --disable-securetransport --disable-iconv --disable-swresample --disable-swscale --disable-avdevice --disable-avfilter --disable-avformat --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vdpau --disable-videotoolbox --enable-decoder=flac --enable-asm --enable-x86asm --disable-cuvid --disable-cuda
+./configure --disable-all --enable-avcodec --enable-decoder=vp8,vp9 --enable-parser=vp8,vp9 --disable-static --enable-shared --disable-autodetect
config*:
replace: /HAVE_(MALLOC_H|ARC4RANDOM|LOCALTIME_R|MEMALIGN|POSIX_MEMALIGN)/d
+# sed -i bak -E '/HAVE_(MALLOC_H|ARC4RANDOM|LOCALTIME_R|MEMALIGN|POSIX_MEMALIGN)/d' config.h
config_unix32.h:
add to configure command: --disable-asm --disable-x86asm --cc='clang -m32'