编译x264:avisynth_c.h:825:3: error: unknown type name ‘HMODULE‘

简介: 编译x264:avisynth_c.h:825:3: error: unknown type name ‘HMODULE‘

具体错误

In file included from input/avs.c:49:0:
./extras/avisynth_c.h:825:3: error: unknown type name 'HMODULE'
   HMODULE handle;
   ^~~~~~~

解决办法

configure时,加上参数--disable-avs。比如:


./configure \
    --disable-asm \
    --disable-avs \
    --enable-pic \
    --enable-shared
目录
相关文章
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
120 0
|
6月前
Excel上传出错:TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string or an instan
Excel上传出错:TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string or an instan
error • The parameter ‘name‘ can‘t have a value of ‘null‘ because of its type错误
error • The parameter ‘name‘ can‘t have a value of ‘null‘ because of its type错误
|
关系型数据库 MySQL C++
Error:error C2601: ‘b‘ : local function definitions are illegal error C2063: ‘b‘ : not a function
Error:error C2601: ‘b‘ : local function definitions are illegal error C2063: ‘b‘ : not a function
175 0
解决办法:error: unknown type name ‘__int64‘
解决办法:error: unknown type name ‘__int64‘
498 0
|
计算机视觉
opencv出错:error: (-213:The function/feature is not implemented) Unknown/unsupported array type
opencv出错:error: (-213:The function/feature is not implemented) Unknown/unsupported array type
465 0
解决办法:找不到g_type_check_instance_cast
解决办法:找不到g_type_check_instance_cast
158 0
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
140 0
|
SQL 关系型数据库 数据库
[Err] ERROR: invalid input syntax for integer: "1.0"
[Err] ERROR: invalid input syntax for integer: "1.0"
1066 0
[Err] ERROR: invalid input syntax for integer: "1.0"