From 9a75162bf4feb4f4c25d37111ce8a1f7cc581852 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 30 Nov 2008 18:24:55 +0100 Subject: [PATCH] Remove -Werror for ac3dec/tools The -Werror option may cause build errors depending on the compiler version. Signed-off-by: Takashi Iwai --- ac3dec/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac3dec/tools/Makefile.am b/ac3dec/tools/Makefile.am index a56cb15..9dc32b4 100644 --- a/ac3dec/tools/Makefile.am +++ b/ac3dec/tools/Makefile.am @@ -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 -- 2.47.1