| Index: README.chromium
|
| ===================================================================
|
| --- README.chromium (revision 59383)
|
| +++ README.chromium (working copy)
|
| @@ -1,3 +1,7 @@
|
| +Name: libvpx
|
| +URL: http://www.webmproject.org
|
| +License File: source/libvpx/LICENSE
|
| +
|
| Contains the sources used to compile libvpx binaries used by Google Chrome and
|
| Chromium.
|
|
|
| @@ -17,7 +21,7 @@
|
| - linux/x64 CFLAGS: -fPIC -ffreestanding
|
| - mac and linux ia32 CFLAGS: -ffreestanding
|
|
|
| -The -ffreestanding argument removes dependencies on intel memcpy and memset
|
| +The -ffreestanding argument removes dependencies on Intel memcpy and memset
|
| functions.
|
|
|
| For example, the following could be used at libvpx configure time to reproduce
|
|
|