• 具体错误
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