j a98e0ff0ca merge changes from theora-trunk 19 lat temu
..
Makefile.am a98e0ff0ca merge changes from theora-trunk 19 lat temu
README_SPLAYER 003ca881b1 Move the theora trunk out of the project-specific tree and into the 21 lat temu
dump_video.c 79643b92b3 merge changes from trunk to theora-oil 19 lat temu
encoder_example.c 01524521e3 Add support for the pixel format field in the theora info header. 20 lat temu
getopt.c 003ca881b1 Move the theora trunk out of the project-specific tree and into the 21 lat temu
getopt.h 003ca881b1 Move the theora trunk out of the project-specific tree and into the 21 lat temu
getopt1.c 003ca881b1 Move the theora trunk out of the project-specific tree and into the 21 lat temu
player_example.c 34df479085 Apply http://people.xiph.org/~j/theora.oil-j-2005-08-19.patch the latest 19 lat temu
splayer.c 003ca881b1 Move the theora trunk out of the project-specific tree and into the 21 lat temu

README_SPLAYER

06/09/03 - by mau (mauricio at xiph.org)

The splayer example is a experimental simple Theora player using SDL and
Portaudio for cross platform compatibility. To build the windows version
please use the Visual C++ project available at the
win32/experimental/splayer directory.

By default this sample will not be built on Linux, unless Portaudio is
properly installed. Follow these steps to install Portaudio:

1) Get portaudio tar package from www.portaudio.com
2) Uncompress it to a local directory
3) Run './configure' in the portaudio directory
4) Run 'make install'

This will install Portaudio libraries in /usr/local/lib, and the Portaudio
include file at /usr/local/include. On linux you may need to manually
execute 'ldconfig' to rebuild the library cache.

Switch to theora's directory, re-run theora's autogen.sh script to
re-generate the appropriate makefiles, and 'make install' to build.