Ralph Giles 91203fdfdc Initialize global pointers in examples. il y a 8 ans
..
Makefile.am 33ea218e2d Fix automake warnings. r=ron, rillian il y a 10 ans
README_SPLAYER 3ceb8c59e0 Copy Derf's experimental ptalarbvorm branch to trunk. il y a 14 ans
dump_psnr.c 304dcb0f79 Enable svn keyword expansion of eol-adjustment on dump_psnr.c il y a 14 ans
dump_video.c 91203fdfdc Initialize global pointers in examples. il y a 8 ans
encoder_example.c 67fe6b35fc Print summary timing information at the end of encoder_example runs. il y a 14 ans
getopt.c 3ceb8c59e0 Copy Derf's experimental ptalarbvorm branch to trunk. il y a 14 ans
getopt.h 3ceb8c59e0 Copy Derf's experimental ptalarbvorm branch to trunk. il y a 14 ans
getopt1.c 3ceb8c59e0 Copy Derf's experimental ptalarbvorm branch to trunk. il y a 14 ans
libtheora_info.c 54290cc6e1 Update the libtheora_info example for the previous commit. il y a 14 ans
player_example.c 91203fdfdc Initialize global pointers in examples. il y a 8 ans
png2theora.c 91203fdfdc Initialize global pointers in examples. il y a 8 ans
splayer.c cc89c1d2b6 Remove trailing whitespace from some examples. il y a 14 ans
tiff2theora.c 91203fdfdc Initialize global pointers in examples. il y a 8 ans

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.