comparison TOOLS/README @ 22807:499738cca90b

Merge realcodecs/ documentation into the README.
author diego
date Sun, 25 Mar 2007 22:36:26 +0000
parents 999a82456663
children 4a07c0311e33
comparison
equal deleted inserted replaced
22806:5908689f34de 22807:499738cca90b
606 Notes: Works on x86 only. 606 Notes: Works on x86 only.
607 607
608 608
609 realcodecs/ 609 realcodecs/
610 610
611 Author: misc. 611 Author: miscellaneous
612 612
613 Description: Wrappers for Linux Real binary codecs (.so), used to analyze, 613 Description: Wrappers for Linux Real binary codecs used to analyze, alter and
614 alter and dump the data flow between RealPlayer and the codecs. 614 dump the data flow between RealPlayer and its codecs.
615 615
616 Usage: See realcodecs/HOWTO 616 Usage: - Set the path to the RealPlayer codecs directory in the C files.
617 - Run 'make realcodecs'.
618 - Rename the original codecs to match the names expected in the
619 wrapper sources. The default is to give them a "real" prefix,
620 e.g. realcook.so.6.0.
621 - Put the wrappers in the RealPlayer codecs directory.
617 622
618 Notes: Known to work at least on Linux x86 with RealPlayer8. 623 Notes: Known to work at least on Linux x86 with RealPlayer8.