Mercurial > mplayer.hg
changeset 8134:63364178ff56
divx_vbr.c now GPL, small parts rephrased.
author | diego |
---|---|
date | Sat, 09 Nov 2002 02:22:19 +0000 |
parents | 630360b15089 |
children | 66aac20bb35a |
files | DOCS/users_against_developers.html |
diffstat | 1 files changed, 11 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/users_against_developers.html Sat Nov 09 02:07:14 2002 +0000 +++ b/DOCS/users_against_developers.html Sat Nov 09 02:22:19 2002 +0000 @@ -99,17 +99,18 @@ <H2><A NAME="binary">Binary distribution</A></H2> -<P>This was the second big problem but has been solved as of version - 0.90-pre1. MPlayer previously contained source from the OpenDivX project, - which disallows binary redistribution. This code has been removed and you are now - welcome to create binary packages as you see fit.</P> +<P>MPlayer previously contained source from the OpenDivX project, which + disallows binary redistribution. This code has been removed in version + 0.90-pre1 and the remaining file <CODE>divx_vbr.c</CODE> that is derived + from OpenDivX sources has been put under the GPL by its authors as of version + 0.90pre9. You are now welcome to create binary packages as you see fit.</P> -<P>Another impediment to binary redistribution was compiletime optimizations - for CPU architecture. MPlayer now supports runtime CPU detection - (specify the <CODE>--enable-runtime-cpudetection</CODE> option when - compiling). It is disabled by default because it implies a small speed - sacrifice, it is now possible to create binaries that run on different - members of the Intel CPU family.</P> +<P>Another impediment to binary redistribution were compiletime optimizations + for CPU architecture. MPlayer now supports runtime CPU detection (specify + the <CODE>--enable-runtime-cpudetection</CODE> option when configuring). It + is disabled by default because it implies a small speed sacrifice, but it is + now possible to create binaries that run on different members of the Intel + CPU family.</P> <H2><A NAME="nvidia">nVidia</A></H2>