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

Add av component (ffmpeg) #15

Closed
Tobias-Fischer opened this issue Nov 4, 2020 · 1 comment
Closed

Add av component (ffmpeg) #15

Tobias-Fischer opened this issue Nov 4, 2020 · 1 comment

Comments

@Tobias-Fischer
Copy link
Contributor

Currently the builds are missing the av component:

-- Checking for module 'libswscale'
--   No package 'libswscale' found
-- Could NOT find SWSCALE (missing: SWSCALE_FOUND) 
-- Looking for libswscale - not found

-- Checking for module 'libavdevice >= 56.4.100'
--   No package 'libavdevice' found
-- Could NOT find AVDEVICE (missing: AVDEVICE_FOUND) (Required is at least version "56.4.100")
-- Looking for libavdevice - not found

-- Checking for module 'libavformat'
--   No package 'libavformat' found
-- Could NOT find AVFORMAT (missing: AVFORMAT_FOUND) 
-- Looking for libavformat - not found

-- Checking for module 'libavcodec'
--   No package 'libavcodec' found
-- Could NOT find AVCODEC (missing: AVCODEC_FOUND) 
-- Looking for libavcodec - not found

-- Checking for module 'libavutil'
--   No package 'libavutil' found
-- Could NOT find AVUTIL (missing: AVUTIL_FOUND) 
-- Looking for libavutil - not found

-- BUILD WARNINGS
-- 	Cannot build component [av] - Missing: libswscale
-- 	Cannot build component [av] - Missing: libavdevice
-- 	Cannot build component [av] - Missing: libavformat
-- 	Cannot build component [av] - Missing: libavcodec
-- 	Cannot build component [av] - Missing: libavutil
-- END BUILD WARNINGS

/cc @traversaro

@Tobias-Fischer
Copy link
Contributor Author

Fixed with #14

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

1 participant