Closed zmtong1988 closed 3 weeks ago
Why is this needed? According to the output of configure, these development files are already installed.
checking for libavutil/avutil.h... yes
checking for libavformat/avformat.h... yes
checking for libavcodec/avcodec.h... yes
Why is this needed? According to the output of configure, these development files are already installed.
checking for libavutil/avutil.h... yes checking for libavformat/avformat.h... yes checking for libavcodec/avcodec.h... yes
https://gitlab.winehq.org/wine/wine/-/commit/6a9396549e946cdd924cb1211ccb3d8330267c7e
wine-9.19 run configure. The prompt subsystem is missing the FFmpeg library. Just install these libraries.
I don't see such error in the output of configure, which means they are already installed.
yes
Thanks for the info anyway, didn't know Wine uses them now.
Subsystem construction script(create_ubuntu_bootstraps.sh) add to: apt-get -y install libavutil libavformat libavcodec libswresample libswscale