-
Notifications
You must be signed in to change notification settings - Fork 161
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
how to Install from source on centos? #105
Comments
try
|
No package ffmpeg-devel available. should I set a yum mirror? |
@chenj133 Did you run |
after I run yum update, the result is same: (base) [root@iZhp31472r7ldd320pjye6Z ~]# yum install -y ffmpeg-devel |
Please check any online resource for installing ffmpeg on centos, I can help very little since I don't usually run test on centos |
after cmake,
-- No package 'libavcodec' found
-- Checking for module 'libavformat'
-- No package 'libavformat' found
-- Checking for module 'libavutil'
-- No package 'libavutil' found
-- Checking for module 'libavdevice'
-- No package 'libavdevice' found
-- Checking for module 'libavfilter'
-- No package 'libavfilter' found
yum install -y libavcodec libavformat libavutil libavdevice libavfilter
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No package libavcodec available.
No package libavformat available.
No package libavutil available.
No package libavdevice available.
No package libavfilter available.
Error: Nothing to do
The text was updated successfully, but these errors were encountered: