From dcbd52779990351ce2f75c24f3e75e9aa1709111 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 5 Aug 2001 18:21:46 +0000 Subject: [PATCH] Removed -Werror from CFLAGS --- ac3dec/libac3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac3dec/libac3/Makefile.am b/ac3dec/libac3/Makefile.am index d977b33..5d60a66 100644 --- a/ac3dec/libac3/Makefile.am +++ b/ac3dec/libac3/Makefile.am @@ -1,7 +1,7 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -CFLAGS = -Wall -Werror -O1 -g +CFLAGS = -Wall -O1 -g noinst_LIBRARIES = libac3.a -- 2.47.1