mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-27 07:00:09 -05:00
Added ac3dec 0.6.1 with native ALSA driver.
This commit is contained in:
parent
f2d80b5b5d
commit
28ff64db0a
50 changed files with 6094 additions and 0 deletions
19
ac3dec/Makefile.am
Normal file
19
ac3dec/Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -Werror -O3 -g
|
||||
|
||||
bin_PROGRAMS = ac3dec
|
||||
|
||||
ac3dec_LDADD= -L./libac3 -lac3 -lm -lasound
|
||||
|
||||
noinst_HEADERS = output.h
|
||||
ac3dec_SOURCES = ac3dec.c output.c
|
||||
ac3dec_DEPENDENCIES = libac3/libac3.a
|
||||
|
||||
|
||||
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh\
|
||||
output_linux.c output_irix.c output_solaris.c
|
||||
|
||||
SUBDIRS = libac3 tools test .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue