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