[PD-cvs] externals Makefile,1.92,1.93

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Sep 28 22:34:12 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
disable libquicktime in pdp until autodetection works

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** Makefile	28 Sep 2006 02:55:50 -0000	1.92
--- Makefile	28 Sep 2006 20:34:10 -0000	1.93
***************
*** 1619,1623 ****
  
  $(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
! 	cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src"
  
  $(externals_src)/pdp/pdp.$(EXTENSION):  $(externals_src)/pdp/configure \
--- 1619,1624 ----
  
  $(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
! 	cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src" \
! 		--disable-quicktime
  
  $(externals_src)/pdp/pdp.$(EXTENSION):  $(externals_src)/pdp/configure \





More information about the Pd-cvs mailing list