Added usage of the new xine_register_plugins() call.

This commit is contained in:
Robert Osfield
2005-02-13 16:35:52 +00:00
parent 5aa2f1e7e7
commit 912cb9386e
3 changed files with 18 additions and 1 deletions

View File

@@ -183,7 +183,9 @@ class ReaderWriterXine : public osgDB::ReaderWriter
xine_init(_xine);
register_plugin(_xine, "/usr/local/lib/osgPlugins", "osgdb_xine.so");
register_rgbout_plugin(_xine);
// register_plugin(_xine, "/usr/local/lib/osgPlugins", "osgdb_xine.so");
}