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

Ralph Giles giles at xiph.org
Tue Jun 24 05:14:19 PDT 2003



giles       03/06/24 08:14:19

  Modified:    .        configure.in
               src/plugins/macosx Makefile.am
  Log:
  Move -framework CoreAudio to the macosx plugin lflags.

Revision  Changes    Path
1.43      +0 -1      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- configure.in	8 Jan 2003 03:48:54 -0000	1.42
+++ configure.in	24 Jun 2003 12:14:19 -0000	1.43
@@ -70,7 +70,6 @@
                 CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
                 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
         *-darwin*)
-                LDFLAGS="-framework CoreAudio"
                 PLUGIN_LDFLAGS="-module -avoid-version"
                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"
                 CFLAGS="-D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"

<p><p>1.5       +2 -2      ao/src/plugins/macosx/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/macosx/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	29 Nov 2002 03:34:44 -0000	1.4
+++ Makefile.am	24 Jun 2003 12:14:19 -0000	1.5
@@ -14,12 +14,12 @@
 
 endif
 
-INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include -framework CoreAudio
+INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include
 
 libdir = $(plugindir)
 lib_LTLIBRARIES = $(macosxltlibs)
 
-libmacosx_la_LDFLAGS = @PLUGIN_LDFLAGS@
+libmacosx_la_LDFLAGS = @PLUGIN_LDFLAGS@ -framework CoreAudio
 libmacosx_la_SOURCES = $(macosxsources)
 
 EXTRA_DIST = ao_macosx.c

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