[MPlayer-cvslog] CVS: main configure,1.1016,1.1017
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Sun Jun 5 16:47:30 CEST 2005
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29772
Modified Files:
configure
Log Message:
Mac OS X Audio with AudioUnits and AudioToolbox format converters
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1016
retrieving revision 1.1017
diff -u -r1.1016 -r1.1017
--- configure 5 Jun 2005 14:30:16 -0000 1.1016
+++ configure 5 Jun 2005 14:47:26 -0000 1.1017
@@ -3278,7 +3278,7 @@
EOF
if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then
_macosx=yes
- _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio"
+ _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
_def_macosx='#define MACOSX 1'
_aosrc="$_aosrc ao_macosx.c"
_aomodules="macosx $_aomodules"
More information about the MPlayer-cvslog
mailing list