Hi Ulrich, On Sat, Mar 7, 2009 at 9:24 AM, Ulrich Hertlein <[email protected]> wrote: > I need to withdraw the changes to FindFFmpeg.cmake > > There's something really odd going on with cmake: > it detects the proper include directories (like /opt/local/include/ffmpeg > for libavformat and /opt/local/include/libavdevice for avdevice) but stores > /opt/local/include in CMakeCache so it won't actually find those files.
Peculiar. When I install ffmpeg from Ubuntu repositories I get all the headers in ffmpeg, but if I compile myself from ffmpeg svn it installs in include/libavformat, include/libavdevice etc. So it's odd that your install is mix of this. Even more odd that cmake is doing precular things. Any chance our FindFFmpeg.cmake is playing up? The ffmpeg/CMakeList.txt adds extra search paths for ffmpeg, lbavformat etc as well as the base include directories so should find them even if the base directory /opt/local/include is used. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
