summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-11 09:15:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-11 09:15:42 +0000
commit2a1e3a07de66c4617ae039c0b46f1d4741a319e2 (patch)
tree48c98aed0b92f2e50ab9534f5592b7ddca190a2c /DOCS/tech
parentfdabe193dcce075cdf5070922b9a62199caa4230 (diff)
downloadmpv-2a1e3a07de66c4617ae039c0b46f1d4741a319e2.tar.bz2
mpv-2a1e3a07de66c4617ae039c0b46f1d4741a319e2.tar.xz
Clarify binary codecs section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19796 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/binary-packaging.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/binary-packaging.txt b/DOCS/tech/binary-packaging.txt
index 479de44895..60e99df994 100644
--- a/DOCS/tech/binary-packaging.txt
+++ b/DOCS/tech/binary-packaging.txt
@@ -88,8 +88,9 @@ packages containing a shared libavcodec library, they are often based on the
last "release" version of FFmpeg, which is quite old and will usually not
function correctly with MPlayer.
-Support for binary codecs MUST be present but it MUST NOT result in a hard
-dependency on a binary codecs package. MPlayer is fully functional without
+Support for binary codecs SHOULD be present to the extent that the combination
+of operating system and CPU architecture permits, but it MUST NOT result in a
+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.