Ralph Giles 943e90caa9 Remove an unused variable. преди 14 години
..
Makefile.am ca0c1f1308 Link the two encoding examles with the math library for rint(). преди 15 години
README_SPLAYER b72becb5ad new trunk преди 18 години
dump_psnr.c c7e9aceef0 Merge whitespace cleanup in the examples from trunk. преди 14 години
dump_video.c 91dcef8eef Add support for a "422jpeg" chroma tag on YUV4MPEG2 input and output. преди 15 години
encoder_example.c 91dcef8eef Add support for a "422jpeg" chroma tag on YUV4MPEG2 input and output. преди 15 години
getopt.c b72becb5ad new trunk преди 18 години
getopt.h b72becb5ad new trunk преди 18 години
getopt1.c b72becb5ad new trunk преди 18 години
player_example.c c7e9aceef0 Merge whitespace cleanup in the examples from trunk. преди 14 години
png2theora.c 943e90caa9 Remove an unused variable. преди 14 години
splayer.c d971698433 Update copyright year on the OggTheora source code. преди 15 години

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.