Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't install on ubuntu 21.10 #213

Closed
Nirzak opened this issue Nov 2, 2021 · 3 comments
Closed

Couldn't install on ubuntu 21.10 #213

Nirzak opened this issue Nov 2, 2021 · 3 comments

Comments

@Nirzak
Copy link

Nirzak commented Nov 2, 2021

The software's dependencies are not up to date which is causing umet dependency errors on the latest versions of ubuntu. It throws the below error.

configure: error: Package requirements (libavcodec >= 53.25 libavformat >= 53.17 libavutil >= 51.17) were not met:

No package 'libavcodec' found
No package 'libavformat' found
No package 'libavutil' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FFMPEG_CFLAGS
and FFMPEG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details

@ghost
Copy link

ghost commented Feb 8, 2022

apt install libavcodec-dev libavformat-dev libavutil-dev

@Nirzak
Copy link
Author

Nirzak commented Feb 8, 2022

apt install libavcodec-dev libavformat-dev libavutil-dev

Did that but then later have faced make error.

@alexkay
Copy link
Owner

alexkay commented Feb 6, 2023

0.8.5 now works with ffmpeg 5.1

@alexkay alexkay closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants