Skip to content
Snippets Groups Projects

Replace AvxSynth with AviSynth+ on POSIX systems

Merged Anton Mitrofanov requested to merge BugMaster/x264:avisynthplus_posix into master
All threads resolved!

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • AvxSynth seems pretty much dead so dropping it is fine with me.

  • added 1 commit

    • a7c22db0 - Replace AvxSynth with AviSynth+ on POSIX systems

    Compare with previous version

  • Anton Mitrofanov resolved all threads

    resolved all threads

  • Henrik Gramner approved this merge request

    approved this merge request

  • Anton Mitrofanov added 6 commits

    added 6 commits

    Compare with previous version

  • Anton Mitrofanov enabled an automatic merge when the pipeline for 35fe20d1 succeeds

    enabled an automatic merge when the pipeline for 35fe20d1 succeeds

    • last commit break build for mipsel platform

      mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0=/usr/src/debug/x264/r2970+gitAUTOINC+35fe20d1-r0 -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0=/usr/src/debug/x264/r2970+gitAUTOINC+35fe20d1-r0 -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot= -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot-native= -Wall -I. -I. --sysroot=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot -std=gnu99 -D_GNU_SOURCE -fPIC -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden -c input/thread.c -o input/thread-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 | In file included from input/avs.c:47: | ./extras/avisynth_c.h:110:5: error: #error Unsupported CPU architecture. | 110 | # error Unsupported CPU architecture. | | ^~~~~ | mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -Os -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0=/usr/src/debug/x264/r2970+gitAUTOINC+35fe20d1-r0 -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0=/usr/src/debug/x264/r2970+gitAUTOINC+35fe20d1-r0 -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot= -fdebug-prefix-map=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot-native= -Wall -I. -I. --sysroot=/home/oe1/atv7.1mipsel/build-enviroment/builds/openatv/release/dm520/tmp/work/mips32el-oe-linux/x264/r2970+gitAUTOINC+35fe20d1-r0/recipe-sysroot -std=gnu99 -D_GNU_SOURCE -fPIC -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden -c filters/video/cache.c -o filters/video/cache-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10 | make: *** [Makefile:281: input/avs.o] Error 1 | make: *** Waiting for unfinished jobs.... | ERROR: oe_runmake failed

    • Hi. Should be fixed by !105 (merged).

    • Please register or sign in to reply
  • Please register or sign in to reply
    Loading