From f78ed1b4f87c53357ce23fa10d4f9976a69b5bad Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 7 Aug 2003 09:26:53 +0000 Subject: remove useless gnu89 compiler flag, some configure tweaking CVS patchset: 5257 CVS date: 2003/08/07 09:26:53 --- src/demuxers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demuxers') diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index ec1943f22..ad95694d2 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -AM_CFLAGS = $(THEORA_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS) @ANSI_FLAGS@ +AM_CFLAGS = $(THEORA_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS) libdir = $(XINE_PLUGINDIR) -- cgit v1.2.3