mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix build with no PCM plugin
When pcm plugin is disabled, the static build fails because of lack of pcm_symbols_list.c. Fixed now.
This commit is contained in:
parent
36cc1daad8
commit
0c03968e13
1 changed files with 1 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ fi
|
||||||
|
|
||||||
dnl Create PCM plugin symbol list for static library
|
dnl Create PCM plugin symbol list for static library
|
||||||
rm -f "$srcdir"/src/pcm/pcm_symbols_list.c
|
rm -f "$srcdir"/src/pcm/pcm_symbols_list.c
|
||||||
|
touch "$srcdir"/src/pcm/pcm_symbols_list.c
|
||||||
for t in $PCM_PLUGIN_LIST; do
|
for t in $PCM_PLUGIN_LIST; do
|
||||||
if eval test \$build_pcm_$t = yes; then
|
if eval test \$build_pcm_$t = yes; then
|
||||||
echo \&_snd_module_pcm_$t, >> "$srcdir"/src/pcm/pcm_symbols_list.c
|
echo \&_snd_module_pcm_$t, >> "$srcdir"/src/pcm/pcm_symbols_list.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue