在 mingw32 上编译 libvpx 1.7.0 时的注意事项

in the vp8/common/theading.h

Just need to add 1 line:
#include <sys/types.h>
before the last occurrence of the line:
#include <semaphore.h>

如果以前安装过 vpx 就把 include/vpx 改名为 vpx-xxx
lib/libvpx.a 改名为 libvpx.a.xxx

 

posted @ 2018-05-02 17:07  1CM  阅读(208)  评论(0编辑  收藏  举报