Revision: 8325
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8325&view=rev
Author:   robotos
Date:     2009-10-22 07:06:03 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
support for Debian 5 as of Sourceforge patch 2800168

Modified Paths:
--------------
    code/gazebo/trunk/cmake/SearchForStuff.cmake

Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake
===================================================================
--- code/gazebo/trunk/cmake/SearchForStuff.cmake        2009-10-21 23:45:08 UTC 
(rev 8324)
+++ code/gazebo/trunk/cmake/SearchForStuff.cmake        2009-10-22 07:06:03 UTC 
(rev 8325)
@@ -178,7 +178,7 @@
   SET (Boost_THREAD_FOUND OFF CACHE INTERNAL "" FORCE)
   SET (Boost_SIGNALS_FOUND OFF CACHE INTERNAL "" FORCE)
 
-  SET(Boost_ADDITIONAL_VERSIONS "1.35" "1.35.0" "1.36" "1.36.1" "1.37.0" CACHE 
INTERNAL "Boost Additional versions" FORCE)
+  SET(Boost_ADDITIONAL_VERSIONS "1.35" "1.35.0" "1.36" "1.36.1" "1.37.0" 
"1.39.0" CACHE INTERNAL "Boost Additional versions" FORCE)
   INCLUDE (FindBoost)
 
   FIND_PACKAGE( Boost ${MIN_BOOST_VERSION} REQUIRED thread signals )
@@ -215,12 +215,12 @@
 IF (HAVE_FFMPEG)
   SET (libavformat_search_path 
     /usr/include /usr/include/libavformat /usr/local/include 
-    /usr/local/include/libavformat
+    /usr/local/include/libavformat /usr/include/ffmpeg
   )
   
   SET (libavcodec_search_path 
     /usr/include /usr/include/libavcodec /usr/local/include 
-    /usr/local/include/libavcodec
+    /usr/local/include/libavcodec /usr/include/ffmpeg
   )
   
   FIND_PATH(LIBAVFORMAT_PATH avformat.h ${libavformat_search_path})


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to