alsa-project / alsa-utils

The Advanced Linux Sound Architecture (ALSA) - utilities
GNU General Public License v2.0
197 stars 136 forks source link

configure.ac: fix UMP support detection #240

Closed bkuhls closed 11 months ago

bkuhls commented 11 months ago

https://github.com/alsa-project/alsa-utils/commit/b399fb85a919636b7da34e8bcf17f484dd9046f7 added usage of alsa/ump_msg.h without checking whether alsa-lib was compiled with rawmidi support: https://github.com/alsa-project/alsa-lib/blob/master/include/Makefile.am#L37

Fixes a build error when alsa-lib was compiled with --disable-rawmidi

aplaymidi.c:34:10: fatal error: alsa/ump_msg.h: No such file or directory 34 | #include <alsa/ump_msg.h>