Revision: 4442 http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4442&view=rev Author: zmoelnig Date: 2011-08-08 14:33:54 +0000 (Mon, 08 Aug 2011)
Log Message: ----------- added videoTEST to build system (but don't build it by default) Modified Paths: -------------- trunk/Gem/configure.ac trunk/Gem/plugins/Makefile.am Modified: trunk/Gem/configure.ac =================================================================== --- trunk/Gem/configure.ac 2011-08-08 14:33:28 UTC (rev 4441) +++ trunk/Gem/configure.ac 2011-08-08 14:33:54 UTC (rev 4442) @@ -48,6 +48,7 @@ AC_CONFIG_FILES([plugins/videoDV4L/Makefile]) AC_CONFIG_FILES([plugins/videoDarwin/Makefile]) AC_CONFIG_FILES([plugins/videoSGI/Makefile]) +AC_CONFIG_FILES([plugins/videoTEST/Makefile]) AC_CONFIG_FILES([plugins/videoUNICAP/Makefile]) AC_CONFIG_FILES([plugins/videoV4L/Makefile]) AC_CONFIG_FILES([plugins/videoV4L2/Makefile]) Modified: trunk/Gem/plugins/Makefile.am =================================================================== --- trunk/Gem/plugins/Makefile.am 2011-08-08 14:33:28 UTC (rev 4441) +++ trunk/Gem/plugins/Makefile.am 2011-08-08 14:33:54 UTC (rev 4442) @@ -9,8 +9,9 @@ ## film loading plugins SUBDIRS += filmAVI filmAVIPLAY filmDS filmDarwin filmGMERLIN filmMPEG1 filmMPEG3 filmQT filmQT4L -if FALSE +if DISABLED SUBDIRS += filmTEST +SUBDIRS += videoTEST endif ## Pix output (continuous) plugins @@ -23,5 +24,5 @@ SUBDIRS += videoAVT videoHALCON videoPYLON ## filmTEST is not built by default, but we want to ship it -DIST_SUBDIRS = $(SUBDIRS) filmTEST +DIST_SUBDIRS = $(SUBDIRS) filmTEST videoTEST This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs