summaryrefslogtreecommitdiffstats
path: root/third_party/yasm/README.chromium
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 00:56:41 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 00:56:41 +0000
commit995925ba4447efcc0d1d81285504621d87e50662 (patch)
tree9103a423e26ee97b8c7e2cd268a60b73c1721ccd /third_party/yasm/README.chromium
parent92f181bdad8897a5891d6a67a7aa5de7caa8402c (diff)
downloadchromium_src-995925ba4447efcc0d1d81285504621d87e50662.zip
chromium_src-995925ba4447efcc0d1d81285504621d87e50662.tar.gz
chromium_src-995925ba4447efcc0d1d81285504621d87e50662.tar.bz2
FFmpeg in-tree build for mac.
BUG=26509 TEST=none Review URL: http://codereview.chromium.org/340072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/yasm/README.chromium')
-rw-r--r--third_party/yasm/README.chromium9
1 files changed, 5 insertions, 4 deletions
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium
index 476bfdf..e662061 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.