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

RPI support: split omxplayer build option #792

Merged
merged 1 commit into from
May 22, 2022

Commits on May 7, 2022

  1. RPI support: add a separate omxplayer build option

    Modified the build options and source files to enable `omxplayer` for video previews only when the `OMX` option is used.
    Updated the build instructions on RPI accordingly and added some notes about the deprecation of the BRCM GPU drivers in RasPI OS 'Bullseye'.
    
    Previously, the `RPI` build option would be used to add both RPI specific audio settings/VRAM limits AND add `omxplayer` support. However, `omxplayer` does not work with the RPI KMS video driver (`vc4-kms-v3d`) or with a 64bit RPI system, due to the lack of OpenMAX (OMX) API support.
    The new RasPi OS ('bullseye') has made the KMS driver the default [1] and doesn't offer `omxplayer` anymore (considered deprecated [2]).
    
    Splitting the OMX support from the RPI option allows to set some default values for RPI systems without automatically adding the `omxplayer` bits.
    
    [1] https://www.raspberrypi.com/news/raspberry-pi-os-debian-bullseye/
    [2] popcornmix/omxplayer@1f1d0ccd65
    cmitu committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b99e8c2 View commit details
    Browse the repository at this point in the history