| Hi, any chance you are using a case-sensitive file-system? There seems to be a typo in one of the CMakeList-files which does not show up on case-insensitive file-systems (which are defacto standard on OS X) Can you try the attached CMakeList.txt file? It should be saved into src/osgPlugins/avfoundation cheers, Stephan Am 11.09.2013 um 14:24 schrieb Edward Moyse <[email protected]>:
|
INCLUDE_DIRECTORIES( ${AV_FOUNDATION_INCLUDE_DIR} )
SET(TARGET_SRC
OSXAVFoundationVideo.mm
OSXAVFoundationVideo.h
../QTKit/VideoFrameDispatcher.h
../QTKit/VideoFrameDispatcher.cpp
OSXAVFoundationCoreVideoTexture.h
OSXAVFoundationCoreVideoTexture.cpp
ReaderWriterAVFoundation.cpp
)SET(TARGET_LIBRARIES_VARS AV_FOUNDATION_LIBRARY COCOA_LIBRARY COREVIDEO_LIBRARY COREMEDIA_LIBRARY QUARTZCORE_LIBRARY) SET(TARGET_ADDED_LIBRARIES osgViewer ) #### end var setup ### SETUP_PLUGIN(avfoundation)
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

