[xiph-cvs] cvs commit: ao/src audio_out.c

Jack Moffitt jack at xiph.org
Fri Feb 23 17:21:04 PST 2001



jack        01/02/23 17:21:04

  Modified:    .        configure.in
               include/ao ao.h
               src      audio_out.c
  Log:
  let's back that change out since I'm an idiot.
  
  you can do this without that api change

Revision  Changes    Path
1.15      +1 -1      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- configure.in	2001/02/24 01:18:49	1.14
+++ configure.in	2001/02/24 01:21:03	1.15
@@ -7,7 +7,7 @@
 dnl Library versioning
 LIB_CURRENT=1
 LIB_REVISION=0
-LIB_AGE=1
+LIB_AGE=0
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
 AC_SUBST(LIB_AGE)

1.10      +0 -1      ao/include/ao/ao.h

Index: ao.h
===================================================================
RCS file: /usr/local/cvsroot/ao/include/ao/ao.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ao.h	2001/02/24 01:18:50	1.9
+++ ao.h	2001/02/24 01:21:03	1.10
@@ -95,7 +95,6 @@
 void ao_close(ao_device_t *device);
 
 /* misc functions */
-int ao_get_driver_count(void);
 int ao_is_big_endian(void);
 
 #ifdef __cplusplus

1.11      +0 -14     ao/src/audio_out.c

Index: audio_out.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/audio_out.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- audio_out.c	2001/02/24 01:18:50	1.10
+++ audio_out.c	2001/02/24 01:21:04	1.11
@@ -318,17 +318,3 @@
         if (bytewise[0] == 0xba) return 1;
         return 0;
 }
-
-int ao_get_driver_count(void)
-{
-	int i = 0;
-
-	driver_tree_t *driver = driver_head;
-
-	while (driver) {
-		i++;
-		driver = driver->next;
-	}
-
-	return i;
-}

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list