Want to subscribe to topics you're interested in?
Become a Member

Beta Branch fix ffmpeg update path fdk-aac directory typo in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 18, 2026.

  1. eva2000

    eva2000 Administrator Staff Member

    59,480
    12,536
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,176
    Local Time:
    11:13 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix ffmpeg update path fdk-aac directory typo in 140.00beta01

    Pre-existing typo in addons/ffmpeg.sh update() function: the fdk-aac
    update step did `cd ${OPT}/ffmpeg_sources/fdk_aac` (underscore) but the
    install step creates `fdk-aac` (hyphen) via `git clone https://github.com
    /mstorsjo/fdk-aac` and `cd fdk-aac`. The mismatch meant `./centmin.sh 19`
    submenu option 2 (update FFMPEG) would fail at the cd with "No such file
    or directory" and never advance the fdk-aac library.

    Companion fix to 141.00beta01 and 132.00stable (separate commits on each
    branch — no cherry-pick).

    Changes:
    - addons/ffmpeg.sh:1046 update() fdk-aac directory typo fix: fdk_aac -> fdk-aac

    Continue reading...


    140.00beta01 branch