Update of /cvsroot/alsa/alsa-lib
In directory usw-pr-cvs1:/tmp/cvs-serv19889

Modified Files:
        acconfig.h configure.in 
Log Message:
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.


Index: acconfig.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/acconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- acconfig.h  17 Sep 2002 12:33:05 -0000      1.5
+++ acconfig.h  19 Sep 2002 16:12:13 -0000      1.6
@@ -18,6 +18,3 @@
 
 /* Use versioned symbols for shared library? */
 #undef VERSIONED_SYMBOLS
-
-/* 0.9.0rc3 compatibility build */
-#undef COMPATIBILITY_BUILD_RC3

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- configure.in        18 Sep 2002 16:37:42 -0000      1.82
+++ configure.in        19 Sep 2002 16:12:13 -0000      1.83
@@ -9,7 +9,7 @@
 dnl *************************************************
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE(alsa-lib, 0.9.0rc3)
-eval LIBTOOL_VERSION_INFO="3:0:0"
+eval LIBTOOL_VERSION_INFO="2:0:0"
 dnl *************************************************
 AM_CONDITIONAL(INSTALL_M4, test -n "${ACLOCAL}")
 
@@ -175,19 +175,6 @@
   echo "No atomic operations supported.." 
   ;;
 esac
-
-dnl Compatibility build, to be removed....
-AC_MSG_CHECKING(for 0.9.0rc3 compatibility build)
-AC_ARG_WITH(compat-rc3,
-  [  --with-compat-rc3       build library compatible with 0.9.0rc3],
-  [  AC_DEFINE(COMPATIBILITY_BUILD_RC3, "1", [0.9.0rc3 compatibility build])
-     comp_rc3="yes" ],)
-if test "$comp_rc3" = "yes" ; then
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-AM_CONDITIONAL(COMPATIBILITY_BUILD_RC3, [test "x$comp_rc3" = xyes])
 
 AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile src/Makefile \
           src/control/Makefile src/mixer/Makefile src/pcm/Makefile \



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to