Revision: 10312 http://pure-data.svn.sourceforge.net/pure-data/?rev=10312&view=rev Author: eighthave Date: 2008-09-26 16:06:34 +0000 (Fri, 26 Sep 2008)
Log Message: ----------- temporarily disabled videogrid since it is not building on Debian/stable for a long time.
Modified Paths: -------------- trunk/externals/Makefile
Modified: trunk/externals/Makefile =================================================================== --- trunk/externals/Makefile 2008-09-26 07:47:20 UTC (rev 10311) +++ trunk/externals/Makefile 2008-09-26 16:06:34 UTC (rev 10312) @@ -2127,7 +2127,8 @@ # PDVJTOOLS PDVJTOOLS_NAME=pdvjtools PDVJTOOLS_OBJECTS := $(wildcard $(externals_src)/pdvjtools/*/*.c) -PDVJTOOLS_CPP_OBJECTS := $(wildcard $(externals_src)/pdvjtools/*/*.cc) +# exclude videogrid for now since it doesn't build with ffmpeg from Debian/stable +PDVJTOOLS_CPP_OBJECTS := $(wildcard $(externals_src)/pdvjtools/[^v]*/*.cc) pdvjtools: $(externals_src)/pdp/Makefile.config $(PDVJTOOLS_OBJECTS:.c=.$(EXTENSION)) \ $(PDVJTOOLS_CPP_OBJECTS:.cc=.$(EXTENSION))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.