Added ffmpeg and pdf to static build
This commit is contained in:
parent
41dc916e77
commit
0c987ee112
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user