Update of /cvsroot/foo/foo/elkfoo/src
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13184/src
Modified Files:
soundfile.m
Log Message:
added macports paths /opt/local/xxx to default search path on darwin
Index: soundfile.m
===================================================================
RCS file: /cvsroot/foo/foo/elkfoo/src/soundfile.m,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** soundfile.m 4 Apr 2007 14:36:04 -0000 1.10
--- soundfile.m 24 Mar 2009 18:31:02 -0000 1.11
***************
*** 367,371 ****
SND_FUNC(P_Soundfile_Srate, SND_SRATE)
! SND_FUNC(P_Soundfile_Filetype, SND_FILETYPE)
SND_FUNC(P_Soundfile_Format, SND_FORMAT)
SND_FUNC(P_Soundfile_Length, SND_LENGTH)
--- 367,371 ----
SND_FUNC(P_Soundfile_Srate, SND_SRATE)
! SND_FUNC(P_Soundfile_Type, SND_FILETYPE)
SND_FUNC(P_Soundfile_Format, SND_FORMAT)
SND_FUNC(P_Soundfile_Length, SND_LENGTH)
***************
*** 496,500 ****
DP(P_Soundfile_Srate, "foo:soundfile-srate", 1, 1, EVAL);
DP(P_Soundfile_Channels, "foo:soundfile-channels", 1, 1, EVAL);
! DP(P_Soundfile_Filetype, "foo:soundfile-filetype", 1, 1, EVAL);
DP(P_Soundfile_Play, "foo:soundfile-play", 1, 5, VARARGS);
--- 496,500 ----
DP(P_Soundfile_Srate, "foo:soundfile-srate", 1, 1, EVAL);
DP(P_Soundfile_Channels, "foo:soundfile-channels", 1, 1, EVAL);
! DP(P_Soundfile_Type, "foo:soundfile-type", 1, 1, EVAL);
DP(P_Soundfile_Play, "foo:soundfile-play", 1, 5, VARARGS);
|