bincrafters / community

Central repository for issues and recipes
http://bincrafters.readthedocs.io/en/latest/
MIT License
218 stars 36 forks source link

[libvpx] 1.8.0 - cygwin_installer due to yasm: FATAL: Could not open input file vpx_dsp/x86/intrapred_sse2.asm.o error #1080

Closed leyewen closed 3 years ago

leyewen commented 4 years ago

Package and Environment Details

Conan profile

Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.cppstd=14
compiler.exception=seh
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.version=8.1
os=Windows
os_build=Windows
[options]
[build_requires]
[env]
CONAN_CMAKE_GENERATOR=MinGW Makefiles
[requires]
libvpx/1.8.0@bincrafters/stable

Steps to reproduce

conanfile.txt add only one package libvpx/1.8.0@bincrafters/stable in the list [requires], and build it. And then got error.

libvpx/1.8.0@bincrafters/stable: Applying build-requirement: yasm/1.3.0
libvpx/1.8.0@bincrafters/stable: Applying build-requirement: cygwin_installer/2.9.0@bincrafters/stable
libvpx/1.8.0@bincrafters/stable: yasm: FATAL: Could not open input file
libvpx/1.8.0@bincrafters/stable: yasm: FATAL:y asm: Could not Fopen AiTnAL: pCuot file
libvpx/1.8.0@bincrafters/stable: uld not open input file
libvpx/1.8.0@bincrafters/stable: make[1]: *** [Makefile:189:vpx_dsp/x86/intrapred_sse2.asm.o] error 1
libvpx/1.8.0@bincrafters/stable: make[1]: *** Waiting for outstanding tasks....
libvpx/1.8.0@bincrafters/stable: make[1]: *** [Makefile:189:vpx_dsp/x86/intrapred_ssse3.asm.o] error 1
libvpx/1.8.0@bincrafters/stable: make[1]: *** [Makefile:189:vpx_ports/emms_mmx.asm.o] error1
libvpx/1.8.0@bincrafters/stable: make: *** [Makefile:17:.DEFAULT] error2

Fixed method

It seen to use cygwin_installer/2.9.0@bincrafters/stable due to this error. And change it to msys2_installer/latest@bincrafters/stable build passed. I read the code from reactivate Visual Studio builds https://github.com/bincrafters/conan-libvpx/commit/37a2381c02c82f2417b5921e8c5725b6c579ebd2, found out it had change to fixed another bug. So I rechange and update the file .conan\data\libvpx\1.8.0\bincrafters\stable\export\conanfile.py in line 36 change, start to change

   ###### this code is del #######
   def build_requirements(self):
        self.build_requires('yasm/1.3.0')
        # line 36
        if tools.os_info.is_windows and self.settings.compiler == 'Visual Studio':
            if "CYGWIN" not in os.environ:
                self.build_requires("cygwin_installer/2.9.0@bincrafters/stable")
        if self._use_winbash and self.settings.compiler != 'Visual Studio':
            if "CONAN_BASH_PATH" not in os.environ:
                self.build_requires("msys2_installer/latest@bincrafters/stable")

    @property
    def _use_winbash(self):
        return tools.os_info.is_windows and (self.settings.compiler == 'gcc' or tools.cross_building(self.settings))
   ###### this code is del #######

new change to: in line 36 change, start to change

        if tools.os_info.is_windows and "CONAN_BASH_PATH" not in os.environ:
            self.build_requires("msys2/20190524")

Because of in windows use cygwin_installer/2.9.0@bincrafters/stable will buld fail (test fail). And "CYGWIN" not in os.environ force to use cygwin_installer/2.9.0@bincrafters/stable in windows, it force replace user's compiler! I change it to: if no compiler, use "msys2/20190524" as default (test passed).

And it build pretty.

Logs

libvpx/1.8.0@bincrafters/stable: Applying build-requirement: yasm/1.3.0 libvpx/1.8.0@bincrafters/stable: Applying build-requirement: cygwin_installer/2.9.0@bincrafters/stable libvpx/1.8.0@bincrafters/stable: WARN: Build folder is dirty, removing it: C:\Users\Home.conan\data\libvpx\1.8.0\bincrafters\stable\build\2b8eea48ceb8a91c3e4fccdf69329fc3197c3506 libvpx/1.8.0@bincrafters/stable: Copying sources to build folder libvpx/1.8.0@bincrafters/stable: Building your package in C:\Users\Home.conan\data\libvpx\1.8.0\bincrafters\stable\build\2b8eea48ceb8a91c3e4fccdf69329fc3197c3506 libvpx/1.8.0@bincrafters/stable: Generator txt created conanbuildinfo.txt libvpx/1.8.0@bincrafters/stable: Calling build() libvpx/1.8.0@bincrafters/stable: run_in_windowsbash: C:.conan\a35ff1\1\bin\bash.exe --login -c ^"cd \^"/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506\^" ^&^& PATH=\^"/cygdrive/c/users/home/.conan/data/yasm/1.3.0//_/package/456f15897172eef340fcbac8a70811f2beb26a93/bin:/cygdrive/c/.conan/a35ff1/1/bin:$PATH\^" ^&^& /cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506/source_subfolder/configure --help ^" libvpx/1.8.0@bincrafters/stable: Usage: configure [options] libvpx/1.8.0@bincrafters/stable: Options: libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Build options: libvpx/1.8.0@bincrafters/stable: --help print this message libvpx/1.8.0@bincrafters/stable: --log=yes|no|FILE file configure log is written to [config.log] libvpx/1.8.0@bincrafters/stable: --target=TARGET target platform tuple [generic-gnu] libvpx/1.8.0@bincrafters/stable: --cpu=CPU optimize for a specific cpu rather than a family libvpx/1.8.0@bincrafters/stable: --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [] libvpx/1.8.0@bincrafters/stable: --extra-cxxflags=ECXXFLAGS add ECXXFLAGS to CXXFLAGS [] libvpx/1.8.0@bincrafters/stable: --enable-extra-warnings emit harmless warnings (always non-fatal) libvpx/1.8.0@bincrafters/stable: --enable-werror treat warnings as errors, if possible libvpx/1.8.0@bincrafters/stable: (not available with all compilers) libvpx/1.8.0@bincrafters/stable: --disable-optimizations turn on/off compiler optimization flags libvpx/1.8.0@bincrafters/stable: --enable-pic turn on/off Position Independent Code libvpx/1.8.0@bincrafters/stable: --enable-ccache turn on/off compiler cache libvpx/1.8.0@bincrafters/stable: --enable-debug enable/disable debug mode libvpx/1.8.0@bincrafters/stable: --enable-gprof enable/disable gprof profiling instrumentation libvpx/1.8.0@bincrafters/stable: --enable-gcov enable/disable gcov coverage instrumentation libvpx/1.8.0@bincrafters/stable: --enable-thumb enable/disable building arm assembly in thumb mode libvpx/1.8.0@bincrafters/stable: --disable-dependency-tracking libvpx/1.8.0@bincrafters/stable: disable to speed up one-time build libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Install options: libvpx/1.8.0@bincrafters/stable: --enable-install-docs control whether docs are installed libvpx/1.8.0@bincrafters/stable: --disable-install-bins control whether binaries are installed libvpx/1.8.0@bincrafters/stable: --disable-install-libs control whether libraries are installed libvpx/1.8.0@bincrafters/stable: --enable-install-srcs control whether sources are installed libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Advanced options: libvpx/1.8.0@bincrafters/stable: --disable-libs libraries libvpx/1.8.0@bincrafters/stable: --disable-examples examples libvpx/1.8.0@bincrafters/stable: --disable-tools tools libvpx/1.8.0@bincrafters/stable: --disable-docs documentation libvpx/1.8.0@bincrafters/stable: --enable-unit-tests unit tests libvpx/1.8.0@bincrafters/stable: --enable-decode-perf-tests build decoder perf tests with unit tests libvpx/1.8.0@bincrafters/stable: --enable-encode-perf-tests build encoder perf tests with unit tests libvpx/1.8.0@bincrafters/stable: --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3) libvpx/1.8.0@bincrafters/stable: --libc=PATH path to alternate libc libvpx/1.8.0@bincrafters/stable: --size-limit=WxH max size to allow in the decoder libvpx/1.8.0@bincrafters/stable: --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred] libvpx/1.8.0@bincrafters/stable: --sdk-path=PATH path to root of sdk (android builds only) libvpx/1.8.0@bincrafters/stable: --enable-codec-srcs in/exclude codec library source code libvpx/1.8.0@bincrafters/stable: --enable-debug-libs in/exclude debug version of libraries libvpx/1.8.0@bincrafters/stable: --enable-static-msvcrt use static MSVCRT (VS builds only) libvpx/1.8.0@bincrafters/stable: --enable-vp9-highbitdepth use VP9 high bit depth (10/12) profiles libvpx/1.8.0@bincrafters/stable: --enable-better-hw-compatibility libvpx/1.8.0@bincrafters/stable: enable encoder to produce streams with better libvpx/1.8.0@bincrafters/stable: hardware decoder compatibility libvpx/1.8.0@bincrafters/stable: --enable-vp8 VP8 codec support libvpx/1.8.0@bincrafters/stable: --enable-vp9 VP9 codec support libvpx/1.8.0@bincrafters/stable: --enable-internal-stats output of encoder internal stats for debug, if supported (encoders) libvpx/1.8.0@bincrafters/stable: --enable-postproc postprocessing libvpx/1.8.0@bincrafters/stable: --enable-vp9-postproc vp9 specific postprocessing libvpx/1.8.0@bincrafters/stable: --disable-multithread multithreaded encoding and decoding libvpx/1.8.0@bincrafters/stable: --disable-spatial-resampling spatial sampling (scaling) support libvpx/1.8.0@bincrafters/stable: --enable-realtime-only enable this option while building for real-time encoding libvpx/1.8.0@bincrafters/stable: --enable-onthefly-bitpacking enable on-the-fly bitpacking in real-time encoding libvpx/1.8.0@bincrafters/stable: --enable-error-concealment enable this option to get a decoder which is able to conceal losses libvpx/1.8.0@bincrafters/stable: --enable-coefficient-range-checking libvpx/1.8.0@bincrafters/stable: enable decoder to check if intermediate libvpx/1.8.0@bincrafters/stable: transform coefficients are in valid range libvpx/1.8.0@bincrafters/stable: --enable-runtime-cpu-detect runtime cpu detection libvpx/1.8.0@bincrafters/stable: --enable-shared shared library support libvpx/1.8.0@bincrafters/stable: --disable-static static library support libvpx/1.8.0@bincrafters/stable: --enable-small favor smaller size over speed libvpx/1.8.0@bincrafters/stable: --enable-postproc-visualizer macro block / block level visualizers libvpx/1.8.0@bincrafters/stable: --enable-multi-res-encoding enable multiple-resolution encoding libvpx/1.8.0@bincrafters/stable: --disable-temporal-denoising enable temporal denoising and disable the spatial denoiser libvpx/1.8.0@bincrafters/stable: --enable-vp9-temporal-denoising libvpx/1.8.0@bincrafters/stable: enable vp9 temporal denoising libvpx/1.8.0@bincrafters/stable: --enable-webm-io enable input from and output to WebM container libvpx/1.8.0@bincrafters/stable: --enable-libyuv enable libyuv libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Codecs: libvpx/1.8.0@bincrafters/stable: Codecs can be selectively enabled or disabled individually, or by family: libvpx/1.8.0@bincrafters/stable: --disable- libvpx/1.8.0@bincrafters/stable: is equivalent to: libvpx/1.8.0@bincrafters/stable: --disable--encoder libvpx/1.8.0@bincrafters/stable: --disable--decoder libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Codecs available in this distribution: libvpx/1.8.0@bincrafters/stable: vp8: encoder decoder libvpx/1.8.0@bincrafters/stable: vp9: encoder decoder libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: NOTES: libvpx/1.8.0@bincrafters/stable: Object files are built at the place where configure is launched. libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: All boolean options can be negated. The default value is the opposite libvpx/1.8.0@bincrafters/stable: of that shown above. If the option --disable-foo is listed, then libvpx/1.8.0@bincrafters/stable: the default value for foo is enabled. libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: Supported targets: libvpx/1.8.0@bincrafters/stable: arm64-android-gcc arm64-darwin-gcc arm64-linux-gcc
libvpx/1.8.0@bincrafters/stable: arm64-win64-gcc arm64-win64-vs15
libvpx/1.8.0@bincrafters/stable: armv7-android-gcc armv7-darwin-gcc armv7-linux-rvct
libvpx/1.8.0@bincrafters/stable: armv7-linux-gcc armv7-none-rvct armv7-win32-gcc
libvpx/1.8.0@bincrafters/stable: armv7-win32-vs14 armv7-win32-vs15
libvpx/1.8.0@bincrafters/stable: armv7s-darwin-gcc
libvpx/1.8.0@bincrafters/stable: armv8-linux-gcc
libvpx/1.8.0@bincrafters/stable: mips32-linux-gcc
libvpx/1.8.0@bincrafters/stable: mips64-linux-gcc
libvpx/1.8.0@bincrafters/stable: ppc64le-linux-gcc
libvpx/1.8.0@bincrafters/stable: sparc-solaris-gcc
libvpx/1.8.0@bincrafters/stable: x86-android-gcc x86-darwin8-gcc x86-darwin8-icc
libvpx/1.8.0@bincrafters/stable: x86-darwin9-gcc x86-darwin9-icc x86-darwin10-gcc
libvpx/1.8.0@bincrafters/stable: x86-darwin11-gcc x86-darwin12-gcc x86-darwin13-gcc
libvpx/1.8.0@bincrafters/stable: x86-darwin14-gcc x86-darwin15-gcc x86-darwin16-gcc
libvpx/1.8.0@bincrafters/stable: x86-darwin17-gcc x86-iphonesimulator-gcc x86-linux-gcc
libvpx/1.8.0@bincrafters/stable: x86-linux-icc x86-os2-gcc x86-solaris-gcc
libvpx/1.8.0@bincrafters/stable: x86-win32-gcc x86-win32-vs14 x86-win32-vs15
libvpx/1.8.0@bincrafters/stable: x86-win32-vs16
libvpx/1.8.0@bincrafters/stable: x86_64-android-gcc x86_64-darwin9-gcc x86_64-darwin10-gcc
libvpx/1.8.0@bincrafters/stable: x86_64-darwin11-gcc x86_64-darwin12-gcc x86_64-darwin13-gcc
libvpx/1.8.0@bincrafters/stable: x86_64-darwin14-gcc x86_64-darwin15-gcc x86_64-darwin16-gcc
libvpx/1.8.0@bincrafters/stable: x86_64-darwin17-gcc x86_64-iphonesimulator-gcc x86_64-linux-gcc
libvpx/1.8.0@bincrafters/stable: x86_64-linux-icc x86_64-solaris-gcc x86_64-win64-gcc
libvpx/1.8.0@bincrafters/stable: x86_64-win64-vs14 x86_64-win64-vs15 x86_64-win64-vs16
libvpx/1.8.0@bincrafters/stable: generic-gnu
libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: WARN: Error running configure --help: Error 1 while executing /cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506/source_subfolder/configure --help libvpx/1.8.0@bincrafters/stable: Calling:

/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506/source_subfolder/configure --prefix=/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/package/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506 --disable-examples --disable-unit-tests --enable-vp9-highbitdepth --as=yasm --disable-shared --enable-static --enable-debug --target=x86_64-win64-gcc libvpx/1.8.0@bincrafters/stable: run_in_windowsbash: C:.conan\a35ff1\1\bin\bash.exe --login -c ^"cd \^"/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506\^" ^&^& PATH=\^"/cygdrive/c/users/home/.conan/data/yasm/1.3.0//_/package/456f15897172eef340fcbac8a70811f2beb26a93/bin:/cygdrive/c/.conan/a35ff1/1/bin:$PATH\^" ^&^& /cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506/source_subfolder/configure --prefix=/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/package/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506 --disable-examples --disable-unit-tests --enable-vp9-highbitdepth --as=yasm --disable-shared --enable-static --enable-debug --target=x86_64-win64-gcc ^" libvpx/1.8.0@bincrafters/stable: disabling examples libvpx/1.8.0@bincrafters/stable: disabling unit_tests libvpx/1.8.0@bincrafters/stable: enabling vp9_highbitdepth libvpx/1.8.0@bincrafters/stable: disabling shared libvpx/1.8.0@bincrafters/stable: enabling debug libvpx/1.8.0@bincrafters/stable: enabling vp8_encoder libvpx/1.8.0@bincrafters/stable: enabling vp8_decoder libvpx/1.8.0@bincrafters/stable: enabling vp9_encoder libvpx/1.8.0@bincrafters/stable: enabling vp9_decoder libvpx/1.8.0@bincrafters/stable: Configuring for target 'x86_64-win64-gcc' libvpx/1.8.0@bincrafters/stable: enabling x86_64 libvpx/1.8.0@bincrafters/stable: enabling runtime_cpu_detect libvpx/1.8.0@bincrafters/stable: enabling mmx libvpx/1.8.0@bincrafters/stable: enabling sse libvpx/1.8.0@bincrafters/stable: enabling sse2 libvpx/1.8.0@bincrafters/stable: enabling sse3 libvpx/1.8.0@bincrafters/stable: enabling ssse3 libvpx/1.8.0@bincrafters/stable: enabling sse4_1 libvpx/1.8.0@bincrafters/stable: enabling avx libvpx/1.8.0@bincrafters/stable: enabling avx2 libvpx/1.8.0@bincrafters/stable: enabling avx512 libvpx/1.8.0@bincrafters/stable: using yasm libvpx/1.8.0@bincrafters/stable: enabling postproc libvpx/1.8.0@bincrafters/stable: enabling webm_io libvpx/1.8.0@bincrafters/stable: enabling libyuv libvpx/1.8.0@bincrafters/stable: Creating makefiles for x86_64-win64-gcc libs libvpx/1.8.0@bincrafters/stable: Creating makefiles for x86_64-win64-gcc tools libvpx/1.8.0@bincrafters/stable: Creating makefiles for x86_64-win64-gcc docs libvpx/1.8.0@bincrafters/stable: run_in_windowsbash: C:.conan\a35ff1\1\bin\bash.exe --login -c ^"cd \^"/cygdrive/c/users/home/.conan/data/libvpx/1.8.0/bincrafters/stable/build/2b8eea48ceb8a91c3e4fccdf69329fc3197c3506\^" ^&^& PATH=\^"/cygdrive/c/users/home/.conan/data/yasm/1.3.0//_/package/456f15897172eef340fcbac8a70811f2beb26a93/bin:/cygdrive/c/.conan/a35ff1/1/bin:$PATH\^" ^&^& make -j4 ^" libvpx/1.8.0@bincrafters/stable: [CREATE] vpx_scale_rtcd.h libvpx/1.8.0@bincrafters/stable: [CREATE] vpx_dsp_rtcd.h libvpx/1.8.0@bincrafters/stable: [CREATE] vp8_rtcd.h libvpx/1.8.0@bincrafters/stable: [CREATE] vp9_rtcd.h libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/mfqe_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/copy_sse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/iwalsh_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/loopfilter_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/recon_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idctllm_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/copy_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/recon_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idctllm_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/dequantize_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/block_error_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/dct_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_variance_impl_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_sad_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_sad4d_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/subtract_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad4d_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse4.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/deblock_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/add_noise_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_intrapred_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/intrapred_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_ports/emms_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_config.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/decoder/vp9_dsubexp.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/decoder/vp9_decoder.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/decoder/vp9_detokenize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/decoder/vp9_decodeframe.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/decoder/vp9_decodemv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/vp9_dx_iface.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_scan.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_common_data.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_reconintra.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_reconinter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_quant_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_mvref_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_thread_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_loopfilter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_tile_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_seg_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_scale.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_rtcd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_pred_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_filter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_idct.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_frame_buffers.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_entropymv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_entropymode.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_entropy.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_blockd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/common/vp9_alloccommon.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_error_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_frame_scale_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_dct_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_dct_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_quantize_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/temporal_filter_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_mbgraph.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_temporal_filter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_noise_estimate.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_skin_detection.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_alt_ref_aq.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_aq_complexity.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_aq_360.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_aq_variance.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_treewriter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_tokenize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_resize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_svc_layercontext.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_subexp.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_speed_features.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_segmentation.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_pickmode.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_rdopt.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_rd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_ratectrl.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_quantize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_picklpf.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_encoder.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_mcomp.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_multi_thread.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_lookahead.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_frame_scale.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_firstpass.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_extend.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_ethread.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_encodemv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_encodemb.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_encodeframe.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_dct.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_cost.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_context_tree.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/vp9_bitstream.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/vp9_cx_iface.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/threading.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/onyxd_if.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/detokenize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/decodeframe.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/decodemv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/decoder/dboolhuff.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/vp8_dx_iface.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/bilinear_filter_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idct_blk_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idct_blk_mmx.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/postproc.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/mfqe.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/loopfilter_x86.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/vp8_asm_stubs.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/treecoder.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/swapyv12buffer.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/setupintrarecon.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/reconintra4x4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/reconintra.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/reconinter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/quant_common.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/modecont.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/mbpitch.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/loopfilter_filters.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/vp8_loopfilter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/rtcd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/idctllm.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/idct_blk.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/generic/systemdependent.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/findnearmv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/filter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/extend.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/entropymv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/entropymode.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/entropy.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/dequantize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/copy_c.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/blockd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/alloccommon.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/denoising_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/quantize_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/vp8_quantize_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/temporal_filter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/treewriter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/tokenize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/vp8_skin_detection.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/segmentation.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/rdopt.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/ratectrl.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/vp8_quantize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/picklpf.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/pickinter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/onyx_if.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/modecosts.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/mcomp.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/lookahead.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/denoising.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/firstpass.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/ethreading.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/encodemv.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/encodemb.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/encodeintra.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/encodeframe.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/dct.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/boolhuff.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/bitstream.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/vp8_cx_iface.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_util/vpx_write_yuv_frame.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_util/vpx_thread.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/vpx_dsp_rtcd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_variance_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/variance_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/variance_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/avg_pred_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/variance.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad4d_avx512.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad4d_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sum_squares_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/sum_squares.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/subtract.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/sad.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/skin_detection.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/avg_intrin_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/avg_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/avg.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_quantize_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/quantize_avx.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/quantize_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/quantize_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/quantize.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct16x16_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct32x32_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct8x8_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct4x4_add_sse4.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct32x32_add_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct16x16_add_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct8x8_add_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_idct4x4_add_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/inv_txfm_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/inv_txfm_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/inv_txfm.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/fwd_txfm.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_loopfilter_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/loopfilter_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/loopfilter_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/loopfilter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_convolve_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/vpx_convolve.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/post_proc_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/deblock.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/add_noise.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_intrapred_intrin_sse2.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/intrapred.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/bitreader_buffer.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/bitreader.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/psnr.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/bitwriter_buffer.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/bitwriter.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/prob.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_scale/vpx_scale_rtcd.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_scale/generic/gen_scalers.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_scale/generic/yv12extend.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_scale/generic/yv12config.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_scale/generic/vpx_scale.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_mem/vpx_mem.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx/src/vpx_image.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx/src/vpx_codec.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx/src/vpx_encoder.c.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx/src/vpx_decoder.c.d libvpx/1.8.0@bincrafters/stable: [CREATE] vpx_config.asm libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/mfqe_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/copy_sse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/iwalsh_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/loopfilter_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/recon_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idctllm_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/copy_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/subpixel_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/recon_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/idctllm_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/common/x86/dequantize_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/block_error_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vp8/encoder/x86/dct_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_variance_impl_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_sad_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_sad4d_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/subtract_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad4d_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse4.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/sad_sse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/deblock_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/add_noise_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/highbd_intrapred_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_dsp/x86/intrapred_sse2.asm.d libvpx/1.8.0@bincrafters/stable: [DEP] vpx_ports/emms_mmx.asm.d libvpx/1.8.0@bincrafters/stable: [CC] vpx/src/vpx_decoder.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx/src/vpx_encoder.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx/src/vpx_codec.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx/src/vpx_image.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_mem/vpx_mem.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_scale/generic/vpx_scale.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_scale/generic/yv12config.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_scale/generic/yv12extend.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_scale/generic/gen_scalers.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_scale/vpx_scale_rtcd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/prob.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/bitwriter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/bitwriter_buffer.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/psnr.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/bitreader.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/bitreader_buffer.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/intrapred.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_intrapred_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/add_noise.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/deblock.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/post_proc_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/vpx_convolve.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_convolve_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/loopfilter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/loopfilter_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/loopfilter_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_loopfilter_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/fwd_txfm.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/fwd_txfm_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/fwd_txfm_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/inv_txfm.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/inv_txfm_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/inv_txfm_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct4x4_add_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct8x8_add_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct16x16_add_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct32x32_add_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct4x4_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct8x8_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct16x16_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_idct32x32_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/quantize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/quantize_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/quantize_avx.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/quantize_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_quantize_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/avg.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/avg_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/avg_intrin_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/skin_detection.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/sad.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/subtract.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/sum_squares.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/sum_squares_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/sad4d_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/sad_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/sad4d_avx512.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/variance.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/variance_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/avg_pred_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/variance_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/x86/highbd_variance_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_dsp/vpx_dsp_rtcd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_util/vpx_thread.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_util/vpx_write_yuv_frame.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/alloccommon.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/blockd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/copy_c.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/dequantize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/entropy.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/entropymode.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/entropymv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/extend.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/filter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/findnearmv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/generic/systemdependent.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/idct_blk.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/idctllm.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/rtcd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/vp8_loopfilter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/loopfilter_filters.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/mbpitch.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/modecont.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/quant_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/reconinter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/reconintra.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/reconintra4x4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/setupintrarecon.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/swapyv12buffer.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/treecoder.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/x86/vp8_asm_stubs.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/x86/loopfilter_x86.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/mfqe.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/postproc.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/x86/idct_blk_mmx.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/x86/idct_blk_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/x86/bilinear_filter_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/vp8_cx_iface.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/bitstream.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/boolhuff.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/dct.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/encodeframe.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/encodeintra.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/encodemb.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/encodemv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/ethreading.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/firstpass.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/denoising.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/lookahead.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/mcomp.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/modecosts.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/onyx_if.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/pickinter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/picklpf.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/vp8_quantize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/ratectrl.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/rdopt.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/segmentation.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/common/vp8_skin_detection.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/tokenize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/treewriter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/temporal_filter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/x86/vp8_quantize_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/x86/vp8_quantize_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/x86/quantize_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/x86/denoising_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/vp8_dx_iface.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/dboolhuff.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/decodemv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/decodeframe.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/detokenize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/onyxd_if.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp8/decoder/threading.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_alloccommon.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_blockd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_entropy.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_entropymode.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_entropymv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_frame_buffers.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_idct.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_filter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_pred_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_rtcd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_scale.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_seg_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_tile_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_loopfilter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_thread_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_mvref_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_quant_common.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_reconinter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_reconintra.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_common_data.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/vp9_scan.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/vp9_cx_iface.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_bitstream.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_context_tree.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_cost.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_dct.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_encodeframe.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_encodemb.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_encodemv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_ethread.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_extend.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_firstpass.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_frame_scale.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_lookahead.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_multi_thread.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_mcomp.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_encoder.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_picklpf.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_quantize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_ratectrl.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_rd.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_rdopt.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_pickmode.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_segmentation.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_speed_features.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_subexp.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_svc_layercontext.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_resize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_tokenize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_treewriter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_aq_variance.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_aq_360.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_aq_complexity.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_alt_ref_aq.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_skin_detection.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_noise_estimate.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_temporal_filter.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/vp9_mbgraph.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/temporal_filter_sse4.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_quantize_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_quantize_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_dct_intrin_sse2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_dct_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_frame_scale_ssse3.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/encoder/x86/vp9_error_avx2.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/vp9_dx_iface.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/decoder/vp9_decodemv.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/decoder/vp9_decodeframe.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/decoder/vp9_detokenize.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/decoder/vp9_decoder.c.o libvpx/1.8.0@bincrafters/stable: [CC] vp9/decoder/vp9_dsubexp.c.o libvpx/1.8.0@bincrafters/stable: [CC] vpx_config.c.o libvpx/1.8.0@bincrafters/stable: [AS] vpx_ports/emms_mmx.asm.o libvpx/1.8.0@bincrafters/stable: [AS] vpx_dsp/x86/intrapred_sse2.asm.o libvpx/1.8.0@bincrafters/stable: [AS] vpx_dsp/x86/intrapred_ssse3.asm.o libvpx/1.8.0@bincrafters/stable: yasm: FATAL: Could not open input file libvpx/1.8.0@bincrafters/stable: yasm: FATAL:y asm: Could not Fopen AiTnAL: pCuot file libvpx/1.8.0@bincrafters/stable: uld not open input file libvpx/1.8.0@bincrafters/stable: make[1]: [Makefile:189:vpx_dsp/x86/intrapred_sse2.asm.o] 错误 1 libvpx/1.8.0@bincrafters/stable: make[1]: 正在等待未完成的任务.... libvpx/1.8.0@bincrafters/stable: make[1]: [Makefile:189:vpx_dsp/x86/intrapred_ssse3.asm.o] 错误 1 libvpx/1.8.0@bincrafters/stable: make[1]: [Makefile:189:vpx_ports/emms_mmx.asm.o] 错误 1 libvpx/1.8.0@bincrafters/stable: make: *** [Makefile:17:.DEFAULT] 错误 2 libvpx/1.8.0@bincrafters/stable: libvpx/1.8.0@bincrafters/stable: ERROR: Package '2b8eea48ceb8a91c3e4fccdf69329fc3197c3506' build failed libvpx/1.8.0@bincrafters/stable: WARN: Build folder C:\Users\Home.conan\data\libvpx\1.8.0\bincrafters\stable\build\2b8eea48ceb8a91c3e4fccdf69329fc3197c3506 ERROR: libvpx/1.8.0@bincrafters/stable: Error in build() method, line 175 env_build.make() ConanException: Error 2 while executing make -j4

Croydon commented 3 years ago

This recipe is now in the Conan Center Index.

Please migrate to the recipe version there. If this is still an issue, please create a new issue in the Conan Center Index issue tracker.

Thanks!