summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-09 02:22:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-09 02:22:19 +0000
commitbb7c0c75594294c22b647bd9590c8d4ce1a8701b (patch)
tree5ce1104ffdca5f0b917fbd67093f8f311c74e521
parent17a3c61246b7a98267cc8ccdfa39cafd4dd3dbda (diff)
downloadmpv-bb7c0c75594294c22b647bd9590c8d4ce1a8701b.tar.bz2
mpv-bb7c0c75594294c22b647bd9590c8d4ce1a8701b.tar.xz
divx_vbr.c now GPL, small parts rephrased.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8135 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/users_against_developers.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html
index 0cff4d45d3..19fa09ab38 100644
--- a/DOCS/users_against_developers.html
+++ b/DOCS/users_against_developers.html
@@ -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>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>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 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>