[xiph-cvs] cvs commit: ao/src/plugins/macosx Makefile.am ao_macosx.c

Stan Seibert volsung at xiph.org
Wed Sep 26 17:32:23 PDT 2001



volsung     01/09/26 17:32:23

  Modified:    src/plugins/macosx Makefile.am ao_macosx.c
  Log:
  More Mac OS X tinkering.

Revision  Changes    Path
1.2       +1 -1      ao/src/plugins/macosx/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/macosx/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2001/09/26 16:58:18	1.1
+++ Makefile.am	2001/09/27 00:32:22	1.2
@@ -16,7 +16,7 @@
 
 endif
 
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -framework CoreAudio
 
 libdir = $(plugindir)
 lib_LTLIBRARIES = $(macosxltlibs)

1.3       +3 -1      ao/src/plugins/macosx/ao_macosx.c

Index: ao_macosx.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/macosx/ao_macosx.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ao_macosx.c	2001/09/26 19:23:53	1.2
+++ ao_macosx.c	2001/09/27 00:32:22	1.3
@@ -316,11 +316,13 @@
                 
                 // Can we do anything useful here?  The library doesn't expect this call
                 // to be able to fail.
-                exit(1);
+		return 0;
             }
         }
 #endif
     }
+
+    return 1;
 }
 
 

--- >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