The latest version fails to build for me with the error:
DVVideoStreamFramer.cpp: In constructor
'DVVideoStreamFramer::DVVideoStreamFramer(UsageEnvironment&,
FramedSource*)':
DVVideoStreamFramer.cpp:30: error: 'gettimeofday' was not declared
in this scope
It is fixed by adding an "#include "
Hello,
The latest version fails to build for me with the error:
DVVideoStreamFramer.cpp: In constructor
'DVVideoStreamFramer::DVVideoStreamFramer(UsageEnvironment&, FramedSource*)':
DVVideoStreamFramer.cpp:30: error: 'gettimeofday' was not declared in this scope
It is fixed by adding an "#inclu