summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-07 03:40:34 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-07 03:40:34 +0000
commit7a901686f18c37b2cd885bd324916d47b34e7c5a (patch)
tree471f3f5e6919d82dc3c848fe1ab50db2625285b6 /m4
parent2866aa5a2be3ef68979648fe550a208bd65416ae (diff)
downloadxine-lib-7a901686f18c37b2cd885bd324916d47b34e7c5a.tar.gz
xine-lib-7a901686f18c37b2cd885bd324916d47b34e7c5a.tar.bz2
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
Diffstat (limited to 'm4')
-rw-r--r--m4/_xine.m42
1 files changed, 1 insertions, 1 deletions
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`