From 91662bdf80f304b6f8e987a19899738af106172a Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 25 May 2003 13:39:13 +0000 Subject: speex support contributed by Conrad Parker CVS patchset: 4926 CVS date: 2003/05/25 13:39:13 --- configure.ac | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a4e199a28..46d146135 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="beta12" + XINE_PRE="beta13" fi AC_SUBST(XINE_MAJOR) @@ -625,6 +625,17 @@ AM_PATH_OGG( AC_MSG_RESULT([*** All of OGG/Theora dependent parts will be disabled ***])) AM_CONDITIONAL(HAVE_THEORA, [test x"$no_ogg" != "xyes" -a x"$no_theora" != "xyes"]) +dnl --------------------------------------------- +dnl Ogg/Speex libs. +dnl --------------------------------------------- + +AM_PATH_OGG( + [ AM_PATH_SPEEX(AC_DEFINE(HAVE_SPEEX,1,[Define this if you have speex]), + AC_MSG_RESULT([*** All OGG/SPEEX dependent parts will be disabled ***])) + ], + AC_MSG_RESULT([*** All of OGG/Speex dependent parts will be disabled ***])) +AM_CONDITIONAL(HAVE_SPEEX, [test x"$no_ogg" != "xyes" -a x"$no_speex" != "xyes"]) + dnl --------------------------------------------- dnl check for libFLAC dnl --------------------------------------------- @@ -1364,6 +1375,7 @@ src/libspucc/Makefile src/libsputext/Makefile src/libvorbis/Makefile src/libtheora/Makefile +src/libspeex/Makefile src/libw32dll/Makefile src/libw32dll/wine/Makefile src/libw32dll/DirectShow/Makefile @@ -1511,6 +1523,9 @@ echo " - nosefart" if test x"$no_vorbis" != "xyes"; then echo " - vorbis" fi +if test x"$no_speex" != "xyes"; then + echo " - speex" +fi if test x"$enable_w32dll" = "xyes"; then echo " - w32dll" fi -- cgit v1.2.3