Learn about Centmin Mod LEMP Stack today
Become a Member

Stable Branch fix ffmpeg update path fdk-aac directory typo in 132.00stable

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:01 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix ffmpeg update path fdk-aac directory typo in 132.00stable

    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 140.00beta01 (separate commits on each
    branch — no cherry-pick).

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

    Continue reading...


    132.00stable branch