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 CI for Mac OS #2078

Merged
merged 2 commits into from
May 14, 2024
Merged

Fix CI for Mac OS #2078

merged 2 commits into from
May 14, 2024

Commits on Apr 26, 2024

  1. Fix CI for Mac OS

    Build ffmpeg as external project to work around missing includes:
    /Users/runner/work/sdrangel/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:282:46: error: no member named 'channels' in 'AVCodecContext'
    (and similar)
    dforsi committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6f107cd View commit details
    Browse the repository at this point in the history
  2. Temporarily disable building DATV plugins for MacOS CI

    This is a temporary workaround to make CI succeed until the plugins code
    is modified to be compatible with a newer version of ffmpeg.
    dforsi committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    954748f View commit details
    Browse the repository at this point in the history