Clarify binary codecs section.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19796 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-09-11 09:15:42 +00:00
parent fdabe193dc
commit 2a1e3a07de
1 changed files with 3 additions and 2 deletions

View File

@ -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.