mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04: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
15
ac3dec/libac3/Makefile.am
Normal file
15
ac3dec/libac3/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -Werror -O1 -g
|
||||
|
||||
noinst_LIBRARIES = libac3.a
|
||||
|
||||
libac3_a_SOURCES = bitstream.c decode.c imdct.c coeff.c exponent.c stats.c\
|
||||
bit_allocate.c parse.c crc.c debug.c rematrix.c downmix.c dither.c \
|
||||
sanity_check.c
|
||||
|
||||
noinst_HEADERS = ac3_internal.h bitstream.h decode.h imdct.h ac3.h stats.h coeff.h\
|
||||
exponent.h bit_allocate.h parse.h crc.h debug.h rematrix.h downmix.h dither.h \
|
||||
sanity_check.h
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue