FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
574 stars 104 forks source link

package dependencies #440

Closed xwitty closed 2 months ago

xwitty commented 2 months ago

can you please help me, how to get rid of the package dependencies?

configure: error: Package requirements (libavformat >= 60.16.0 libavcodec >= 60.31.0 libswscale >= 7.5.0 libavutil >= 58.29.0 libswresample >= 4.12.0) were not met:

Requested 'libavformat >= 60.16.0' but version of libavformat is 58.45.100
Requested 'libavcodec >= 60.31.0' but version of libavcodec is 58.91.100
Requested 'libswscale >= 7.5.0' but version of libswscale is 5.7.100
Requested 'libavutil >= 58.29.0' but version of libavutil is 56.51.100
Requested 'libswresample >= 4.12.0' but version of libswresample is 3.7.100

and e.g.

$ sudo apt install libswresample-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libswresample-dev is already the newest version (8:4.3.6-0+deb11u1+rpt5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

thanks a lot!

myrsloik commented 2 months ago

can you please help me, how to get rid of the package dependencies?

No, contact the distro support or your local linux user group or whatever.