From b2558adb155bdc6510d63e0d8062d453e8591dc5 Mon Sep 17 00:00:00 2001 From: Andreas Heinchen Date: Wed, 28 May 2003 11:58:34 +0000 Subject: make oggdemuxer compile with speex, if speex isn't installed in a standart localtion CVS patchset: 4969 CVS date: 2003/05/28 11:58:34 --- src/demuxers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 6cac0e5cf..29744a41e 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) @ANSI_FLAGS@ +AM_CFLAGS = $(THEORA_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS) @ANSI_FLAGS@ libdir = $(XINE_PLUGINDIR) -- cgit v1.2.3