mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -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
12
ac3dec/tools/Makefile.am
Normal file
12
ac3dec/tools/Makefile.am
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -Werror -O3 -g
|
||||
|
||||
bin_PROGRAMS = extract_ac3
|
||||
|
||||
|
||||
extract_ac3_SOURCES = extract_ac3.c
|
||||
#verify is broken right now
|
||||
#verify_ac3_SOURCES = verify_ac3.c
|
||||
#verify_ac3_LDADD = ../parse.o ../bitstream.o ../crc.o ../debug.o ../stats.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue