diff options
| author | Michael Forney <mforney@mforney.org> | 2020-11-04 13:35:03 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-11-04 15:33:23 -0800 |
| commit | 4aac9d80fc8475369bc0ff9b027a91b38ff0c224 (patch) | |
| tree | 1f620408332e1b6aa5f1f16889f5a2bfbfd3c8a0 /pkg/alsa-lib/config.h | |
| parent | 80a7d245c1e192fad9fcecf24587a164ff3bc26d (diff) | |
alsa-lib: Build with rawmidi support
Diffstat (limited to 'pkg/alsa-lib/config.h')
| -rw-r--r-- | pkg/alsa-lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h index 636797bb..fdc88ddf 100644 --- a/pkg/alsa-lib/config.h +++ b/pkg/alsa-lib/config.h @@ -14,7 +14,7 @@ #define BUILD_PCM_PLUGIN_MULAW "1" #define BUILD_PCM_PLUGIN_RATE "1" #define BUILD_PCM_PLUGIN_ROUTE "1" -/* #undef BUILD_RAWMIDI */ +#define BUILD_RAWMIDI "1" #define BUILD_SEQ "1" #define BUILD_TOPOLOGY "1" #define BUILD_UCM "1" |
