# HG changeset patch # User diego # Date 1036808539 0 # Node ID 63364178ff562c50d7aa1fb9c467ca4c1ff7905b # Parent 630360b150890513ba41eb69a5020747cef5c975 divx_vbr.c now GPL, small parts rephrased. diff -r 630360b15089 -r 63364178ff56 DOCS/users_against_developers.html --- 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 @@
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.
+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 divx_vbr.c
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.
Another impediment to binary redistribution was compiletime optimizations
- for CPU architecture. MPlayer now supports runtime CPU detection
- (specify the --enable-runtime-cpudetection
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.
Another impediment to binary redistribution were compiletime optimizations
+ for CPU architecture. MPlayer now supports runtime CPU detection (specify
+ the --enable-runtime-cpudetection
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.