mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Add missing library dependency
ac3dec requires math library.
This commit is contained in:
parent
f98434ac4c
commit
7a88f93116
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.3 foreign
|
|||
|
||||
bin_PROGRAMS = ac3dec
|
||||
|
||||
ac3dec_LDADD= -L./libac3 -lac3
|
||||
ac3dec_LDADD= -L./libac3 -lac3 -lm
|
||||
|
||||
noinst_HEADERS = output.h
|
||||
ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue