Revision: 7752
http://playerstage.svn.sourceforge.net/playerstage/?rev=7752&view=rev
Author: natepak
Date: 2009-06-02 15:56:40 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
Fix for libavcodec and libavformat paths
Modified Paths:
--------------
code/gazebo/trunk/cmake/SearchForStuff.cmake
Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake
===================================================================
--- code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-02 00:11:04 UTC
(rev 7751)
+++ code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-02 15:56:40 UTC
(rev 7752)
@@ -266,6 +266,7 @@
IF (NOT LIBAVFORMAT_PATH)
MESSAGE (STATUS "Looking for avformat.h - not found")
MESSAGE (STATUS " Warning: audio/video will not be built")
+ SET (LIBAVFORMAT_PATH /usr/include)
ELSE (NOT LIBAVFORMAT_PATH)
MESSAGE (STATUS "Looking for avformat.h - found")
ENDIF (NOT LIBAVFORMAT_PATH)
@@ -274,6 +275,7 @@
IF (NOT LIBAVCODEC_PATH)
MESSAGE (STATUS "Looking for avcodec.h - not found")
MESSAGE (STATUS " Warning: audio/video will not be built")
+ SET (LIBAVCODEC_PATH /usr/include)
ELSE (NOT LIBAVCODEC_PATH)
MESSAGE (STATUS "Looking for avcodec.h - found")
ENDIF (NOT LIBAVCODEC_PATH)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit