在C++项目中使用C编写的x264.h头文件时遇到错误:'uint8_t' does not name a type。解决方法是确保包含相应的类型定义,例如添加`#include <cstdint>`。参考链接:http://stackoverflow.com/questions/11069108/uint32-t-does-not-name-a-type
摘要由CSDN通过智能技术生成
c++里用了c的代码,确切的说,是引用了c写的x264.h,结果报错了:
都是诸如这样的错误:
/x264.h:341:5: error: 'uint8_t' does not name a type