Mercurial > mplayer.hg
changeset 22807:499738cca90b
Merge realcodecs/ documentation into the README.
author | diego |
---|---|
date | Sun, 25 Mar 2007 22:36:26 +0000 |
parents | 5908689f34de |
children | c9b6a804f753 |
files | TOOLS/README TOOLS/realcodecs/HOWTO |
diffstat | 2 files changed, 10 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/README Sun Mar 25 22:36:08 2007 +0000 +++ b/TOOLS/README Sun Mar 25 22:36:26 2007 +0000 @@ -608,11 +608,16 @@ realcodecs/ -Author: misc. +Author: miscellaneous + +Description: Wrappers for Linux Real binary codecs used to analyze, alter and + dump the data flow between RealPlayer and its codecs. -Description: Wrappers for Linux Real binary codecs (.so), used to analyze, - alter and dump the data flow between RealPlayer and the codecs. - -Usage: See realcodecs/HOWTO +Usage: - Set the path to the RealPlayer codecs directory in the C files. + - Run 'make realcodecs'. + - Rename the original codecs to match the names expected in the + wrapper sources. The default is to give them a "real" prefix, + e.g. realcook.so.6.0. + - Put the wrappers in the RealPlayer codecs directory. Notes: Known to work at least on Linux x86 with RealPlayer8.
--- a/TOOLS/realcodecs/HOWTO Sun Mar 25 22:36:08 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -HOW TO get these capturers/wrappers to work: - -- set the path to the codecs in the C file -- run make -- the orig. codecs are prepended by a "real" -> e.g. realcook.so.6.0 -- the capturer get the old name, e.g. cook.so.6.0