Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: README.chromium

Issue 800493003: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Keep vp9_iht8x8_add_neon disabled because of http://llvm.org/bugs/show_bug.cgi?id=22178 Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | libvpx_srcs.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libvpx 1 Name: libvpx
2 URL: http://www.webmproject.org 2 URL: http://www.webmproject.org
3 Version: v1.3.0 3 Version: v1.3.0
4 License: BSD 4 License: BSD
5 License File: source/libvpx/LICENSE 5 License File: source/libvpx/LICENSE
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Date: Friday January 9 2015 8 Date: Friday January 9 2015
9 Branch: master 9 Branch: master
10 Commit: ccffe318ffc90ae584c33e254b3a35e9142ecc20 10 Commit: 79b88cc2a57a9c27bf12e053204dbc5d0c141ec6
11 11
12 Description: 12 Description:
13 Contains the sources used to compile libvpx binaries used by Google Chrome and 13 Contains the sources used to compile libvpx binaries used by Google Chrome and
14 Chromium. 14 Chromium.
15 15
16 The libvpx source is from webmproject.org: 16 The libvpx source is from webmproject.org:
17 git://review.webmproject.org/libvpx 17 git://review.webmproject.org/libvpx
18 18
19 Notes on updating libvpx source code. 19 Notes on updating libvpx source code.
20 20
(...skipping 27 matching lines...) Expand all
48 48
49 - generate_gypi.sh 49 - generate_gypi.sh
50 50
51 Generate config and .gypi files that contain the source list for each platform. 51 Generate config and .gypi files that contain the source list for each platform.
52 Configuration for the build is taken from vpx_config.h for each platform. 52 Configuration for the build is taken from vpx_config.h for each platform.
53 53
54 - lint_config.sh 54 - lint_config.sh
55 55
56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also 56 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
57 prints the final configuration after checking. 57 prints the final configuration after checking.
OLDNEW
« no previous file with comments | « no previous file | libvpx_srcs.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698