mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Remove -Werror for ac3dec/tools
The -Werror option may cause build errors depending on the compiler version. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
56970e8143
commit
9a75162bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -Werror -O3 -g
|
||||
CFLAGS = -Wall -O3 -g
|
||||
|
||||
bin_PROGRAMS = extract_ac3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue