[xiph-commits] r3577 - liboggplay/trunk/src/liboggplay

j at svn.annodex.net j at svn.annodex.net
Wed Apr 30 03:53:04 PDT 2008


Author: j
Date: 2008-04-30 03:53:03 -0700 (Wed, 30 Apr 2008)
New Revision: 3577

Modified:
   liboggplay/trunk/src/liboggplay/Makefile.am
Log:
remove second declaration of -Werror, configure.ac is enough

Modified: liboggplay/trunk/src/liboggplay/Makefile.am
===================================================================
--- liboggplay/trunk/src/liboggplay/Makefile.am	2008-04-29 23:25:24 UTC (rev 3576)
+++ liboggplay/trunk/src/liboggplay/Makefile.am	2008-04-30 10:53:03 UTC (rev 3577)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = -Wall $(SSE2_CFLAGS) -Werror -Wdeclaration-after-statement
+AM_CFLAGS = -Wall $(SSE2_CFLAGS) -Wdeclaration-after-statement
 
 INCLUDES = $(INCLTDL) -I$(top_srcdir)/include
 



More information about the commits mailing list