[PD-cvs] pd configure.ac,1.1.4.10,1.1.4.11

Tim Blechmann timblech at users.sourceforge.net
Sat May 7 14:04:49 CEST 2005


Update of /cvsroot/pure-data/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31531

Modified Files:
      Tag: devel_0_38
	configure.ac 
Log Message:
alsa vs. oss & midi

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/pd/Attic/configure.ac,v
retrieving revision 1.1.4.10
retrieving revision 1.1.4.11
diff -C2 -d -r1.1.4.10 -r1.1.4.11
*** configure.ac	6 May 2005 09:50:35 -0000	1.1.4.10
--- configure.ac	7 May 2005 12:04:47 -0000	1.1.4.11
***************
*** 173,180 ****
  then
  	dnl additional source files 
! 	if test $ac_cv_lib_asound_snd_pcm_info == "yes"; then
  		AC_LIBOBJ(s_audio_alsa)
  		AC_LIBOBJ(s_audio_alsamm)
  	fi
  	if test $simdcode; then
  		AC_LIBOBJ(m_simd_sse_gcc)
--- 173,184 ----
  then
  	dnl additional source files 
! 	if test $ac_cv_lib_asound_snd_pcm_info=="yes"; then
  		AC_LIBOBJ(s_audio_alsa)
  		AC_LIBOBJ(s_audio_alsamm)
+ 		AC_LIBOBJ(s_midi_alsa)
+ 	else
+ 		AC_LIBOBJ(s_midi_oss)
  	fi
+ 		
  	if test $simdcode; then
  		AC_LIBOBJ(m_simd_sse_gcc)
***************
*** 188,192 ****
  	dnl platform dependant
  	AC_DEFINE(USEAPI_OSS)
- 	AC_LIBOBJ(s_midi_alsa)
  	AC_LIBOBJ(s_audio_oss)
  
--- 192,195 ----





More information about the Pd-cvs mailing list