diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-11 09:15:42 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-11 09:15:42 +0000 |
commit | 2a1e3a07de66c4617ae039c0b46f1d4741a319e2 (patch) | |
tree | 48c98aed0b92f2e50ab9534f5592b7ddca190a2c | |
parent | fdabe193dcce075cdf5070922b9a62199caa4230 (diff) |
Clarify binary codecs section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19796 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/binary-packaging.txt | 5 |
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. |