对于SDL2,上述办法解决不了。为什么?因为SDL2的目录不一样。需要换个目录:
MISC_DIR=/usr/share/misc
cp ${MISC_DIR}/config.guess build-scripts
cp ${MISC_DIR}/config.sub build-scripts
在loongarch机器上编译x264/lame/SDL2
阅读 140
2022-10-15
对于SDL2,上述办法解决不了。为什么?因为SDL2的目录不一样。需要换个目录:
MISC_DIR=/usr/share/misc
cp ${MISC_DIR}/config.guess build-scripts
cp ${MISC_DIR}/config.sub build-scripts
相关推荐
精彩评论(0)