summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 07:31:46 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 07:31:46 +0000
commit120381ce41cfbd9be1d6c7de9d92dfa138b0b9af (patch)
tree4d16c6ff12b9ab2a47dc5183bdccdf9359b27a6e /third_party
parent019c7acc36b8893d060684fb3b5deb6156c92b9e (diff)
downloadchromium_src-120381ce41cfbd9be1d6c7de9d92dfa138b0b9af.zip
chromium_src-120381ce41cfbd9be1d6c7de9d92dfa138b0b9af.tar.gz
chromium_src-120381ce41cfbd9be1d6c7de9d92dfa138b0b9af.tar.bz2
Remove BZIP2 from list of dependencies.
BUG=26548 TEST=build on linux. Should build okay without bz2 lib installed. Review URL: http://codereview.chromium.org/345044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 6482f2c..41d368a 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -188,7 +188,6 @@
# TODO(ajwong): Statically link these once we resolve the
# PIC/non-PIC issues on x64.
'-lz',
- '-lbz2',
],
'conditions': [
['target_arch=="x64"', {