diff options
author | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-05-28 11:58:34 +0000 |
---|---|---|
committer | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-05-28 11:58:34 +0000 |
commit | b2558adb155bdc6510d63e0d8062d453e8591dc5 (patch) | |
tree | 159b9ede24530ee985b17ab05108da949a044f06 /src | |
parent | f327e9f6edce961f5a5e4b6d8f590790a3dbfae5 (diff) | |
download | xine-lib-b2558adb155bdc6510d63e0d8062d453e8591dc5.tar.gz xine-lib-b2558adb155bdc6510d63e0d8062d453e8591dc5.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |