diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 11:23:08 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 11:23:08 +0000 |
commit | 795cde3d24bbe37039e415c45e947be6d95b0a28 (patch) | |
tree | 2b3a401352c71730fd3e90d7ac4db774077b7283 /third_party/bzip2 | |
parent | c567b48d1af4239266f99c7c79611f07723b2704 (diff) | |
download | chromium_src-795cde3d24bbe37039e415c45e947be6d95b0a28.zip chromium_src-795cde3d24bbe37039e415c45e947be6d95b0a28.tar.gz chromium_src-795cde3d24bbe37039e415c45e947be6d95b0a28.tar.bz2 |
Add yasm and ffmpeg into the build tree for linux.
BUG=22307
TEST=builds correctly, and an html5 video runs.
Review URL: http://codereview.chromium.org/300013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bzip2')
-rw-r--r-- | third_party/bzip2/bzip2.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bzip2/bzip2.gyp b/third_party/bzip2/bzip2.gyp index d0f5dd6..8bf3b31 100644 --- a/third_party/bzip2/bzip2.gyp +++ b/third_party/bzip2/bzip2.gyp @@ -34,7 +34,7 @@ ['OS=="win"', { 'product_name': 'libbzip2', }, { # else: OS!="win" - 'product_name': 'bz2', + 'product_name': 'chrome_bz2', }], ], }, |