README.QNX
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. README by Mike Gorchak <mike@malva.ua>
  2.     OpenGL in window mode  works well  and  stable, in fullscreen
  3. mode too, but fullscreen mode has not been heavily tested.
  4.     If you have QNX RtP 6.1.0 w/ or w/o Patch A you must download
  5. new Photon3D runtime from http://developers.qnx.com. The versions
  6. of OS before 6.1.0 are not supported.
  7. Problems:
  8. 1. While  creating  OpenGL  context  software  renderer  mode  is
  9.    artificially selected (QSSL made acceleration only for  Voodoo
  10.    boards in fullscreen mode, sorry but I don't have  this board,
  11.    if you want acceleration - you may remove some line  in source
  12.    code).
  13. 2. Photon has some errors in detecting  how  much bits  per pixel
  14.    videomode has.
  15. 3. No  shared  libraries  yet.  We  need  manually  set  flag  to
  16.    'configure' --disable-shared.
  17. Some building issues:
  18.     Run configure script without x11 support, e.g.:
  19.     a) for OpenGL support:
  20.     ./configure --prefix=/usr/local 
  21.                 --disable-video-x11 
  22.                 --disable-shared
  23.     b) without OpenGL support:
  24.     ./configure --prefix=/usr/local 
  25.                 --disable-video-x11 
  26.                 --disable-shared    
  27.                 --disable-video-opengl
  28.     In test directory  also run  ./configure  script  without x11
  29. support, e.g.:
  30.     ./configure  --with-sdl-prefix=/usr/local      
  31.                  --with-sdl-exec-prefix=/usr/local 
  32.                  --prefix=/usr/local --without-x