blob: 865127a05f9908dd73a6c11ec62d31c35a2d3994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2003/08/02 05:23:00 mrg Exp $
--- yuvdenoise/Makefile.in.orig 2002-12-09 23:58:03.000000000 +1100
+++ yuvdenoise/Makefile.in 2003-06-29 00:27:52.000000000 +1000
@@ -134,7 +134,7 @@
EXTRA_DIST = .cvsignore
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I $(top_srcdir)/utils -I $(top_srcdir)
-AM_CFLAGS = -funroll-all-loops -finline-functions -ffast-math -frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations -fmove-all-movables -Werror
+AM_CFLAGS = -funroll-all-loops -finline-functions -ffast-math -frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations -fmove-all-movables
bin_PROGRAMS = yuvdenoise
yuvdenoise_SOURCES = main.c deinterlace.c deinterlace.h denoise.c denoise.h motion.c motion.h global.h
|