14 lines
698 B
Plaintext
14 lines
698 B
Plaintext
$NetBSD: patch-ag,v 1.1 2006/07/22 19:27:42 xtraeme Exp $
|
|
|
|
--- common/video/iso-mpeg4/src/Makefile.in.orig 2006-07-22 21:14:45.000000000 +0200
|
|
+++ common/video/iso-mpeg4/src/Makefile.in 2006-07-22 21:14:54.000000000 +0200
|
|
@@ -255,7 +255,7 @@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-AM_CXXFLAGS = -D__TRACE_AND_STATS_ -D__DOUBLE_PRECISION_ -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Werror -D_OBSS_ @BILLS_CPPWARNINGS@
|
|
+AM_CXXFLAGS = -D__TRACE_AND_STATS_ -D__DOUBLE_PRECISION_ -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -D_OBSS_ @BILLS_CPPWARNINGS@
|
|
INCLUDES = -I$(srcdir)/../include
|
|
lib_LTLIBRARIES = libmpeg4ip_mpeg4_iso.la
|
|
mp4vdec_SOURCES = \
|