Added ffmpeg and pdf to static build

This commit is contained in:
Robert Osfield 2009-06-24 17:34:30 +00:00
parent 41dc916e77
commit 0c987ee112
2 changed files with 5 additions and 2 deletions

View File

@ -47,8 +47,10 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH)
${TARGET_ADDED_LIBRARIES}
osgdb_ive
osgdb_osg
osgdb_p3d
osgdb_freetype
osgdb_pdf
osgdb_rgb
osgdb_jpeg
osgdb_png

View File

@ -60,6 +60,8 @@
// include the plugins we need
USE_OSGPLUGIN(ive)
USE_OSGPLUGIN(osg)
USE_OSGPLUGIN(p3d)
USE_OSGPLUGIN(paths)
USE_OSGPLUGIN(freetype)
USE_OSGPLUGIN(rgb)
@ -67,14 +69,13 @@
USE_OSGPLUGIN(jpeg)
USE_OSGPLUGIN(ffmpeg)
USE_OSGPLUGIN(pdf)
USE_OSGPLUGIN(OpenFlight)
USE_OSGPLUGIN(obj)
USE_OSGPLUGIN(curl)
USE_OSGPLUGIN(p3d)
USE_OSGPLUGIN(paths)
// include the platform specific GraphicsWindow implementation.
USE_GRAPHICSWINDOW()