当前位置: 代码迷 >> 综合 >> tdav_converter_video.cxx:49:9: error: ‘uint8’ does not name a type; did you mean ‘uint’?
  详细解决方案

tdav_converter_video.cxx:49:9: error: ‘uint8’ does not name a type; did you mean ‘uint’?

热度:0   发布时间:2023-12-11 17:59:07.0

  这怎么也出错了?、

在tsk_memory.h中增加:

typedef uint8_t   uint8;
typedef uint32_t  uint32;

 

  相关解决方案