summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-25 22:36:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-25 22:36:26 +0000
commit387b2c088054022e8deebd02b5458269c4bbb094 (patch)
tree893c65a5df35759f99721d4b420d2d1990e62ee3 /TOOLS
parentddb2fb4ba9ad93d057511461b0c8ba642f1e7f88 (diff)
downloadmpv-387b2c088054022e8deebd02b5458269c4bbb094.tar.bz2
mpv-387b2c088054022e8deebd02b5458269c4bbb094.tar.xz
Merge realcodecs/ documentation into the README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22825 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/README13
-rw-r--r--TOOLS/realcodecs/HOWTO6
2 files changed, 9 insertions, 10 deletions
diff --git a/TOOLS/README b/TOOLS/README
index b6980e0546..39bc082b90 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -608,11 +608,16 @@ Notes: Works on x86 only.
realcodecs/
-Author: misc.
+Author: miscellaneous
-Description: Wrappers for Linux Real binary codecs (.so), used to analyze,
- alter and dump the data flow between RealPlayer and the codecs.
+Description: Wrappers for Linux Real binary codecs used to analyze, alter and
+ dump the data flow between RealPlayer and its 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.
diff --git a/TOOLS/realcodecs/HOWTO b/TOOLS/realcodecs/HOWTO
deleted file mode 100644
index ec6ede132a..0000000000
--- a/TOOLS/realcodecs/HOWTO
+++ /dev/null
@@ -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