diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-10-30 02:18:35 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-10-30 02:18:35 +0000 |
commit | 5fd98dc3451215272aadbe93dbb7e43805050fc3 (patch) | |
tree | 14768677bdde796f8b26e4ff9dd60643bf96d5d9 /configure.ac | |
parent | f32c34a198bb2f407b6ceb1157e7239d1c2f6d79 (diff) | |
download | xine-lib-5fd98dc3451215272aadbe93dbb7e43805050fc3.tar.gz xine-lib-5fd98dc3451215272aadbe93dbb7e43805050fc3.tar.bz2 |
gapless playback stream switching support
CVS patchset: 7784
CVS date: 2005/10/30 02:18:35
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 98ee87885..06fd5fd53 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=0 +XINE_SUB=1 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; @@ -49,9 +49,9 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=14 +XINE_LT_CURRENT=15 XINE_LT_REVISION=0 -XINE_LT_AGE=13 +XINE_LT_AGE=14 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then |