mingw 编译x264 No working C compiler found.

1、 下载x264

git clone https://code.videolan.org/videolan/x264.git

2、编译 

./configure  --enable-shared

这个时候会报错

No working C compiler found.

正确的是

./configure  --enable-shared --host=mingw32

你可能感兴趣的:(linux,运维,服务器)