User: james   
  Date: 06/04/18 19:28:34
  Modified:    xemacs/src ChangeLog alsaplay.c
Log:
Fix ALSA library version detection for older versions of the library.  See
xemacs-patches message <m3y7y2ssjq.fsf(a)jerrypc.cs.usu.edu>.
Revision  Changes    Path
1.944     +5 -0      XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -p -r1.943 -r1.944
--- ChangeLog	2006/04/16 15:54:20	1.943
+++ ChangeLog	2006/04/18 17:28:30	1.944
@@ -1,3 +1,8 @@
+2006-04-18  Jerry James  <james(a)xemacs.org>
+
+	* alsaplay.c: Explicitly include ALSA's version.h for older
+	versions of the library.  Thanks to Ilya Golubev.
+
 2006-04-16  Aidan Kehoe  <kehoea(a)parhasard.net>
 
 	* data.c (Fconsp):
1.3       +1 -0      XEmacs/xemacs/src/alsaplay.c
Index: alsaplay.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/alsaplay.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- alsaplay.c	2006/04/10 15:16:47	1.2
+++ alsaplay.c	2006/04/18 17:28:32	1.3
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA.  */
 /* We can't just include <alsa/asoundlib.h> because it tries to redefine
  * several symbols defined by the previous header files.
  */
+#include <alsa/version.h>
 #include <alsa/input.h>
 #include <alsa/output.h>
 #include <alsa/conf.h>
    
    
    
 
                    
                    
                        
                        Show replies by date