Open rgm89git opened 2 years ago
If you wade through all the warnings, the error is that SIGHUP and SIGQUIT are not defined. Is it able to find signal.h?
Yeah
The normalize_ts part have this on line 35
#include <signal.h>
Also, there are other errors too
normalize_ts.cpp:264:29: error: 'AVStream' {aka 'struct AVStream'} has no member named 'program_num'
264 | out_stream->program_num = out_program->program_num;
| ^~~~~~~~~~~
normalize_ts.cpp:265:29: error: 'AVStream' {aka 'struct AVStream'} has no member named 'pmt_version'
265 | out_stream->pmt_version = out_program->pmt_version;
| ^~~~~~~~~~~
Strange that the include signal is here, but it's not knowing about SIGHUP and SIGQUIT.
I face the same problem, have you solved it?
Can you help?
I can't compile on MinGW. I'm using MinGW64.
May be a problem with AVStream being deprecated.