What cmake builds is lacking some modules #644

Open
opened 2025-10-10 10:45:18 +00:00 by martinwguy · 0 comments
martinwguy commented 2025-10-10 10:45:18 +00:00 (Migrated from codeberg.org)

What cmake builds is lacking some modules

Description

cmake .
cmake --build .
src/sox_ng

says that the executable is lacking amr-nb amr-wb anb awb,
flac, mp2, mp3, ogg, opus, vorbis and wv
and all the sndfile and ffmpeg formats, as well as
the alsa and ao audio device drivers and the
ladspa, spectrogram and speexdsp effects
compared to the autotools build.

In other words, all the optional or autodetected libraries
(spectrogram because of libpng).
The executable only links against libc, libm, libz and libmagic.

# What cmake builds is lacking some modules ## Description ``` cmake . cmake --build . src/sox_ng ``` says that the executable is lacking `amr-nb amr-wb anb awb`, `flac`, `mp2`, `mp3`, `ogg`, `opus`, `vorbis` and `wv` and all the `sndfile` and `ffmpeg` formats, as well as the `alsa` and `ao` audio device drivers and the `ladspa`, `spectrogram` and `speexdsp` effects compared to the `autotools` build. In other words, all the optional or autodetected libraries (`spectrogram` because of `libpng`). The executable only links against `libc`, `libm`, `libz` and `libmagic`.
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#644
No description provided.