README_SPLAYER 910 B

12345678910111213141516171819202122
  1. 06/09/03 - by mau (mauricio at xiph.org)
  2. The splayer example is a experimental simple Theora player using SDL and
  3. Portaudio for cross platform compatibility. To build the windows version
  4. please use the Visual C++ project available at the
  5. win32/experimental/splayer directory.
  6. By default this sample will not be built on Linux, unless Portaudio is
  7. properly installed. Follow these steps to install Portaudio:
  8. 1) Get portaudio tar package from www.portaudio.com
  9. 2) Uncompress it to a local directory
  10. 3) Run './configure' in the portaudio directory
  11. 4) Run 'make install'
  12. This will install Portaudio libraries in /usr/local/lib, and the Portaudio
  13. include file at /usr/local/include. On linux you may need to manually
  14. execute 'ldconfig' to rebuild the library cache.
  15. Switch to theora's directory, re-run theora's autogen.sh script to
  16. re-generate the appropriate makefiles, and 'make install' to build.