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

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译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

以上是关于编译x264:avisynth_c.h:825:3: error: unknown type name ‘HMODULE‘的主要内容,如果未能解决你的问题,请参考以下文章

x264项目编译

mac下使用NDK21 Clang编译x264

centos编译ffmpeg x264

在linux中编译x264时出错

x264 x265交叉编译 ffmpeg交叉编译安装

linux下x264库ARM交叉编译