After running "go build -tags legacy", I get this...
../../go/pkg/mod/github.com/haivision/srtgo@v0.0.0-20230627061225-a70d53fcd618/accept.go:5:10: fatal error: srt/srt.h: No such file or directory
5 | #include <srt/srt.h>
| ^~~~~~~~~~~
compilation terminated.
So, what am I doing wrong?
Why are all the issues here being ignored?
After running "go build -tags legacy", I get this...
../../go/pkg/mod/github.com/haivision/srtgo@v0.0.0-20230627061225-a70d53fcd618/accept.go:5:10: fatal error: srt/srt.h: No such file or directory
5 | #include <srt/srt.h>
| ^~~~~~~~~~~
compilation terminated.
So, what am I doing wrong?
Why are all the issues here being ignored?