老实糖豆

文章
6
资源
0
加入时间
2年10月17天

leetcode146 LRUCache

class LRUCache {    int capacity;    int len=0;    private Map<Integer,DoubleNode> map=new HashMap<Integer,DoubleNode>();    DoubleNode head;    DoubleNode tail;    public LRUCache(...

ffmpeg libx265 编译问题

编译ffmpeg --enable-libx265,configure 时出现错误:ERROR: x265 not found using pkg-config查看config.log,错误详情如下:/usr/local/include/x265.h:104:5: error: unknown type n/usr/local/include/x265.hame 'bool'