[PD-cvs] externals/pidip configure.ac,1.13.2.2,1.13.2.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue May 8 05:52:34 CEST 2007


Update of /cvsroot/pure-data/externals/pidip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1758

Modified Files:
      Tag: branch-v0-39-2-extended
	configure.ac 
Log Message:
an attempt to clean up the library situation a little bit

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure.ac,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -C2 -d -r1.13.2.2 -r1.13.2.3
*** configure.ac	17 Apr 2007 23:56:21 -0000	1.13.2.2
--- configure.ac	8 May 2007 03:52:31 -0000	1.13.2.3
***************
*** 123,131 ****
  AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR(streaming requires compress library!!))
  AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR(streaming requires dynamic loader library!!))
! AC_CHECK_LIB(mp3lame, InitMP3, , AC_MSG_ERROR(streaming requires lame library!!), -lm)
! AC_CHECK_LIB(ogg, ogg_stream_init, , AC_MSG_ERROR(streaming requires ogg library!!), -lm)
! AC_CHECK_LIB(vorbis, vorbis_analysis_init, , AC_MSG_ERROR(streaming requires vorbis library!!), -lm)
! AC_CHECK_LIB(vorbisenc, vorbis_encode_setup_init, , AC_MSG_ERROR(streaming requires vorbis encoder library!!), -lm)
! AC_CHECK_LIB(theora, theora_encode_init, , AC_MSG_ERROR(theora library needed! sorry...), -lm)
  
  AC_SUBST(PDP_PIDIP_VERSION)
--- 123,136 ----
  AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR(streaming requires compress library!!))
  AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR(streaming requires dynamic loader library!!))
! AC_CHECK_LIB(mp3lame, InitMP3, , AC_MSG_ERROR(streaming requires lame library!!))
! AC_CHECK_LIB(ogg, ogg_stream_init, , AC_MSG_ERROR(streaming requires ogg library!!))
! AC_CHECK_LIB(vorbis, vorbis_analysis_init, , AC_MSG_ERROR(streaming requires vorbis library!!))
! AC_CHECK_LIB(vorbisenc, vorbis_encode_setup_init, , AC_MSG_ERROR(streaming requires vorbis encoder library!!))
! AC_CHECK_LIB(theora, theora_encode_init, , AC_MSG_ERROR(theora library needed! sorry...))
! 
! AC_CHECK_LIB([m],[powf])
! AC_CHECK_LIB(quicktime, quicktime_open, ,
!     [AC_WARN(libquicktime missing; disabling support for Quicktime files.)]
! )
  
  AC_SUBST(PDP_PIDIP_VERSION)
***************
*** 136,173 ****
  AC_SUBST(MAGICK_CFLAGS)
  
! THEORA_LIBS=""
! if test -f /usr/lib/libtheora.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/lib/libtheora.a"
! fi
! if test -f /usr/local/lib/libtheora.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/local/lib/libtheora.a"
! fi
! if test -f /usr/lib/libogg.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/lib/libogg.a"
! fi
! if test -f /usr/local/lib/libogg.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/local/lib/libogg.a"
! fi
! if test -f /usr/lib/libvorbis.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/lib/libvorbis.a"
! fi
! if test -f /usr/local/lib/libvorbis.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/local/lib/libvorbis.a"
! fi
! if test -f /usr/lib/libvorbisenc.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/lib/libvorbisenc.a"
! fi
! if test -f /usr/local/lib/libvorbisenc.a
! then
!    THEORA_LIBS="$THEORA_LIBS /usr/local/lib/libvorbisenc.a"
! fi
! 
  AC_SUBST(THEORA_LIBS)
  
--- 141,145 ----
  AC_SUBST(MAGICK_CFLAGS)
  
! THEORA_LIBS="$LIBS"
  AC_SUBST(THEORA_LIBS)
  





More information about the Pd-cvs mailing list