Hello!
I tried compile project using Docker, but every time I got error.
In file included from libde265.cc:2:
libde265-all.inl:8:10: fatal error: alloc_pool.cc: No such file or directory
8 | #include "alloc_pool.cc"
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:69: build-static] Error 1
I tried to install: libde265-dev / libde265-0 / imagemagick
if I try to compile libde265 fro sources I got error
vendor/github.com/adrium/goheif/libde265/libde265.go:8:11: fatal error: libde265/de265.h: No such file or directory
8 | // #include "libde265/de265.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:69: build-static] Error 1
What I do wrong?
Thanks.
Hello!
I tried compile project using Docker, but every time I got error.
I tried to install: libde265-dev / libde265-0 / imagemagick
if I try to compile libde265 fro sources I got error
What I do wrong?
Thanks.