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

Side by Side Diff: third_party/libvpx/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 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 | Annotate | Revision Log
OLDNEW
1 Name: libvpx 1 Name: libvpx
2 Short Name: libvpx
2 URL: http://www.webmproject.org 3 URL: http://www.webmproject.org
4 Version: 0.9.5-28-g4d1b0d2
3 License File: source/libvpx/LICENSE 5 License File: source/libvpx/LICENSE
4 6
7 Description:
5 Contains the sources used to compile libvpx binaries used by Google Chrome and 8 Contains the sources used to compile libvpx binaries used by Google Chrome and
6 Chromium. 9 Chromium.
7 10
8 The libvpx source is from webmproject.org: 11 The libvpx source is from webmproject.org:
9 git://review.webmproject.org/libvpx 12 git://review.webmproject.org/libvpx
10 13
11 Date: Friday November 5 2010 14 Date: Friday November 5 2010
12 Commit: 4d1b0d2a2dff335baedd52bd7de09d55ec10b253 15 Commit: 4d1b0d2a2dff335baedd52bd7de09d55ec10b253
13 Version: v0.9.5-28-g4d1b0d2 16 Version: v0.9.5-28-g4d1b0d2
14 17
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 63
61 grep '^gcc ' make.out |sed -ne '/^gcc /s/.* \([^ ]*\.c\)$/\1/p' 64 grep '^gcc ' make.out |sed -ne '/^gcc /s/.* \([^ ]*\.c\)$/\1/p'
62 65
63 gives the .c & .h files, and: 66 gives the .c & .h files, and:
64 67
65 sed -ne 's/.* \([^ ]*\.asm\) .*/\1/p' < make.out 68 sed -ne 's/.* \([^ ]*\.asm\) .*/\1/p' < make.out
66 69
67 gives the .asm files. 70 gives the .asm files.
68 The gcc & yasm flags were also extracted from make.out, similarly by visual 71 The gcc & yasm flags were also extracted from make.out, similarly by visual
69 inspection. 72 inspection.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698