Kron4ek / Wine-Builds

Wine builds (Vanilla, Staging, TkG and Proton)
MIT License
730 stars 64 forks source link

wine-9.19: Add Install FFmpeg development libraries #151

Closed zmtong1988 closed 3 weeks ago

zmtong1988 commented 3 weeks ago

Subsystem construction script(create_ubuntu_bootstraps.sh) add to: apt-get -y install libavutil libavformat libavcodec libswresample libswscale

Kron4ek commented 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
zmtong1988 commented 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

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.

Kron4ek commented 3 weeks ago

I don't see such error in the output of configure, which means they are already installed.

zmtong1988 commented 3 weeks ago

yes

Kron4ek commented 3 weeks ago

Thanks for the info anyway, didn't know Wine uses them now.