Improve configure's reporting of dynamically loaded formats #629

Open
opened 2025-09-25 01:44:34 +00:00 by martinwguy · 0 comments
martinwguy commented 2025-09-25 01:44:34 +00:00 (Migrated from codeberg.org)

Improve configure's reporting of dynamically loaded formats

Description

./configure --with-dyn-default says:

mp2/mp3....................dyn
 id3tag....................yes
 lame......................yes
 lame id3tag...............yes
 dlopen lame...............no
 mad.......................yes
 dlopen mad................no
 twolame...................yes
 dlopen twolame............no

which is messy. Saying

 mad.......................dyn

would be better, the same as is already done for armnb, amrwb, flac and mp2/mp3
when configuring --with-dyn-defaults or --with-flac=dyn etc.

In fact, it seems not to react to bare --with-lame=dyn.

# Improve configure's reporting of dynamically loaded formats ## Description `./configure --with-dyn-default` says: ``` mp2/mp3....................dyn id3tag....................yes lame......................yes lame id3tag...............yes dlopen lame...............no mad.......................yes dlopen mad................no twolame...................yes dlopen twolame............no ``` which is messy. Saying ``` mad.......................dyn ``` would be better, the same as is already done for `armnb`, `amrwb`, `flac` and `mp2/mp3` when configuring `--with-dyn-defaults` or `--with-flac=dyn` etc. In fact, it seems not to react to bare `--with-lame=dyn`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
martinwguy/sox_ng#629
No description provided.