mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Removed -lm
This commit is contained in:
parent
51f5952518
commit
3f541f6ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ CFLAGS = -Wall -Werror -O3 -g
|
|||
|
||||
bin_PROGRAMS = ac3dec
|
||||
|
||||
ac3dec_LDADD= -L./libac3 -lac3 -lm -lasound
|
||||
ac3dec_LDADD= -L./libac3 -lac3
|
||||
|
||||
noinst_HEADERS = output.h
|
||||
ac3dec_SOURCES = ac3dec.c output.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue