Update of /cvsroot/alsa/alsa-lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15112

Modified Files:
        Makefile.am configure.in 
Added Files:
        NOTES 
Log Message:
Switch from old to new PCM API retaining binary compatibility
Changed version to 1.0.0pre1


--- NEW FILE: NOTES ---
Old versus new PCM API (values returned using indirect pointers)
================================================================

>From the binary compatibility view, there is no change. For compilation,
1.0 ALSA applications do not need any change. The older applications must
use this include sequence:

#define ALSA_PCM_OLD_HW_PARAMS_API
#define ALSA_PCM_OLD_SW_PARAMS_API
#include <alsa/asoundlib.h>

If you use already the new API, you may remove old defines selecting
this API, because they are no longer used:

#define ALSA_PCM_NEW_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Makefile.am 26 Aug 2003 12:31:57 -0000      1.28
+++ Makefile.am 5 Nov 2003 10:38:37 -0000       1.29
@@ -1,5 +1,5 @@
 SUBDIRS=doc include src aserver alsalisp test utils
-EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depcomp version 
MEMORY-LEAK
+EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure cvscompile libtool depcomp version 
MEMORY-LEAK
 
 INCLUDES=-I$(top_srcdir)/include
 

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- configure.in        21 Oct 2003 17:41:17 -0000      1.114
+++ configure.in        5 Nov 2003 10:38:38 -0000       1.115
@@ -8,7 +8,7 @@
 dnl remove API = c+1:0:0
 dnl *************************************************
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(alsa-lib, 0.9.8)
+AM_INIT_AUTOMAKE(alsa-lib, 1.0.0pre1)
 eval LIBTOOL_VERSION_INFO="2:0:0"
 dnl *************************************************
 AM_CONDITIONAL(INSTALL_M4, test -n "${ACLOCAL}")



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to