From: <jam...@us...> - 2009-08-31 01:13:40
|
Revision: 23358 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23358&view=rev Author: jamesbowman Date: 2009-08-31 00:32:46 +0000 (Mon, 31 Aug 2009) Log Message: ----------- Build without xine Modified Paths: -------------- pkg/trunk/stacks/opencv/opencv_latest/Makefile Modified: pkg/trunk/stacks/opencv/opencv_latest/Makefile =================================================================== --- pkg/trunk/stacks/opencv/opencv_latest/Makefile 2009-08-30 22:31:13 UTC (rev 23357) +++ pkg/trunk/stacks/opencv/opencv_latest/Makefile 2009-08-31 00:32:46 UTC (rev 23358) @@ -16,7 +16,8 @@ CMAKE_ARGS = -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=`rospack find opencv_latest`/$(INSTALL_DIR) \ -D BUILD_PYTHON_SUPPORT=OFF \ - -D WITH_FFMPEG=OFF + -D WITH_FFMPEG=OFF \ + -D WITH_XINE=OFF installed: $(SVN_DIR) patched mkdir -p $(SVN_DIR)/build This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |