From 7a901686f18c37b2cd885bd324916d47b34e7c5a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 7 May 2001 03:40:34 +0000 Subject: Fixed the way to detect libtool version. Add get_capabilities(),get_property() and set_property() to audio out. get_supported_modes removed, use get_cap() instead. Change the way of capabilities, match like video_out AO_CAP_* and AO_PROP_*. Fixed a small typo in demux_mpeg.c. Fixed libmpg123 audio output callings arguments. Change the AO_MODE to AO_CAP_MODE in all required locations. CVS patchset: 69 CVS date: 2001/05/07 03:40:34 --- m4/_xine.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 3d994b592..e297aaba1 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -6,7 +6,7 @@ AC_DEFUN([AC_PREREQ_LIBTOOL], lt_min_full=ifelse([$1], ,1.3.5,$1) lt_min=`echo $lt_min_full | sed -e 's/\.//g'` AC_MSG_CHECKING(checking for libtool >= $lt_min_full) - lt_version="`grep ^VERSION ./libtool | sed -e 's/\.//g' | sed -e 's/VERSION\=//'`" + lt_version="`grep ^VERSION ./ltconfig | sed -e 's/\.//g' | sed -e 's/VERSION\=//'`" if test $lt_version -lt 100; then lt_version=`expr $lt_version \* 10` -- cgit v1.2.3