码迷,mamicode.com
首页 > 其他好文 > 详细

MinGW 编译 libaom 1.0.0 注意事项

时间:2018-06-26 19:38:05      阅读:915      评论:0      收藏:0      [点我收藏+]

标签:min   AC   class   ring   pat   ble   conf   get   patch   

CMake 后不生成 config/aom_version.h 文件

需要手动编写

#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.0.0"
#define VERSION_STRING " v1.0.0"

不编译 googetest

ENABLE_TESTS = OFF
ENABLE_TESTDATA = OFF

MinGW 编译 libaom 1.0.0 注意事项

标签:min   AC   class   ring   pat   ble   conf   get   patch   

原文地址:https://www.cnblogs.com/nlsoft/p/9230615.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!