Skip to content

Commit

Permalink
graphengine submodule bug
Browse files Browse the repository at this point in the history
fix build error

make[1]: Entering directory '/root/build-ffmpeg/zimg'
make[1]: *** No rule to make target 'graphengine/graphengine/cpuinfo.cpp', needed by 'graphengine/graphengine/libzimg_internal_la-cpuinfo.lo'. Stop.
make[1]: Leaving directory '/root/build-ffmpeg/zimg'
make: *** [Makefile:4205: all-recursive] Error 1
  • Loading branch information
protvis74 authored Dec 22, 2023
1 parent d333f11 commit dd02fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-vapoursynth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if [ ! -f "$my_pkg_config_path/zimg.pc" ]; then
retry_git_clone https://github.com/sekrit-twc/zimg
cd zimg
git checkout $(git tag | sort -V | tail -1)
git submodule update --init --recursive
autoreconf -if
./configure --prefix="$VSPREFIX" --disable-static
make -j$JOBS
Expand Down

0 comments on commit dd02fc6

Please sign in to comment.