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

Fix vpRobotBebop2 compat with recent ffmpeg libraries #1580

Merged
merged 4 commits into from
Feb 11, 2025

Conversation

fspindle
Copy link
Contributor

On Ubuntu 24.04, following installation tutorial lead to install the followings libraries versions:

    Use Parrot ARSDK:            yes (ver 3.1.0.13)
    \- Use ffmpeg:               yes
       \- Use libavcodec:        yes (ver 60.31.102)
       \- Use libavformat:       yes (ver 60.16.100)
       \- Use libavutil:         yes (ver 58.29.100)
       \- Use libswscale:        yes (ver 7.5.100)

This PR fixes build errors with these versions reported in issue #1579.

Update ViSP-third-party.txt file content
FFMPEG installation with
  sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev
brings
    \- Use ffmpeg:               yes
       \- Use libavcodec:        yes (ver 60.31.102)
       \- Use libavformat:       yes (ver 60.16.100)
       \- Use libavutil:         yes (ver 58.29.100)
       \- Use libswscale:        yes (ver 7.5.100)
Harmonize command line option names with "-" instead of "_"
Add trick to install "repo" on Ubuntu 20.04
@fspindle fspindle merged commit 564643c into lagadic:master Feb 11, 2025
79 of 80 checks passed
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

Successfully merging this pull request may close these issues.

1 participant