NVFBC ERROR

Thebotgame

New Member
hey I try to build nvfbc
from this rep: https://gitlab.com/fzwoch/obs-nvfbc

and I get this error when I build

Bash:
  > ninja -C build
ninja: Entering directory `build'
[1/2] Compiling C object nvfbc.so.p/nvfbc.c.o
FAILED: nvfbc.so.p/nvfbc.c.o
cc -Invfbc.so.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O0 -g -fPIC -pthread -D_GNU_SOURCE -MD -MQ nvfbc.so.p/nvfbc.c.o -MF nvfbc.so.p/nvfbc.c.o.d -o nvfbc.so.p/nvfbc.c.o -c ../nvfbc.c
../nvfbc.c:27:10: fatal error: obs/obs-config.h: No such file or directory
   27 | #include <obs/obs-config.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
 
Top