summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-18 23:42:50 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-18 23:42:50 +0000
commit65fe2f6fcce497a149af541580010b7ec67814dc (patch)
tree32258694bbb35b2b50d551e204ceac4add7d556a /DOCS
parent6275f005bf3a30719e93631746fab4bbb172a4f3 (diff)
downloadmpv-65fe2f6fcce497a149af541580010b7ec67814dc.tar.bz2
mpv-65fe2f6fcce497a149af541580010b7ec67814dc.tar.xz
Add (if applicable) footnote to binary codecs in the feature list.
Mention overriding default vo/ao. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/binary-packaging.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/DOCS/tech/binary-packaging.txt b/DOCS/tech/binary-packaging.txt
index 60e99df994..f5786059b4 100644
--- a/DOCS/tech/binary-packaging.txt
+++ b/DOCS/tech/binary-packaging.txt
@@ -47,9 +47,9 @@ the following features MUST be included in any official binary package:
- libavcodec(internal)
- native codecs (libmpeg2/liba52/mp3lib)
- Vorbis Tremor codec(internal)
- - RealPlayer codecs support
- - Win32/VfW/DShow/QT codecs support
- - XAnim codecs support
+ - RealPlayer codecs support (*)
+ - Win32/VfW/DShow/QT codecs support (*)
+ - XAnim codecs support (*)
* general:
- default font
@@ -65,6 +65,8 @@ the following features MUST be included in any official binary package:
- (S)VCD
- tv(v4l/v4l2)
+(*) if available for your OS/hardware
+
There is great demand for the GUI, so it SHOULD be included, but it MUST
come as a separate package (see Tips and Tricks for details).
@@ -94,7 +96,8 @@ hard dependency on a binary codecs package. MPlayer is fully functional without
external binary codecs. If you package binary codecs yourself, package the
essential codecs package, not the all codecs package.
-Bitmap fonts are deprecated, don't package them. Use TrueType fonts instead.
+Bitmap fonts are deprecated, don't package them. Use scalable (Type1/TrueType)
+fonts instead.
File locations
@@ -193,6 +196,11 @@ If you have modified configuration files or similar, please patch the official
one instead of copying it into your package. This way you will automatically
pick up changes we make to it.
+Do not override video and audio output selection in the system-wide config
+file. MPlayer will try to pick the best VO and AO itself and fall back
+gracefully. If you want to give priority to some AO, add a comma at the end
+of the line so that MPlayer can still fall back on others, for example:
+ao=alsa,
Tips and tricks
~~~~~~~~~~~~~~~