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

Unified Diff: third_party/yasm/README.chromium

Issue 340072: FFmpeg in-tree build for mac. (Closed)
Patch Set: work around link-settings bug. Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/yasm/README.chromium
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium
index 476bfdf1d4b830df5fe573ad38395ffe050d9555..e6620611203f12ef1414e9e90e32a078165b48b1 100644
--- a/third_party/yasm/README.chromium
+++ b/third_party/yasm/README.chromium
@@ -1,13 +1,14 @@
See also the yasm.gyp file for a description of the yasm build process.
Instructions for recreating the yasm.gyp file.
- 1) Get a clean version of the yasm source tree and copy it somewhere. The
- clean tree can be found at:
+ 1) Get a clean version of the yasm source tree. The clean tree can be found
+ at:
src/third_party/yasm/source/yasm
- 2) Run ./autogen.sh in your copy of the pristine source. Unlike ./configure,
- autogen.sh will dirty the tree regardless of where it is called from.
+ 2) Run configure on the pristine source from a different directory (eg.,
+ /tmp/yasm_build). Running configure from another directory will keep
+ the source tree clean.
3) Next, capture all the output from a build of yasm. We will use the build
log as a reference for making the yasm.gyp file.
« no previous file with comments | « third_party/ffmpeg/source/config/Chromium/mac/ia32/version.h ('k') | third_party/yasm/source/config/mac/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698