summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 06:01:57 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 06:01:57 +0000
commit094adb6260ee804d4ac6b09e659e08fd29593f1c (patch)
treec652a2fe976881f9d8f43a1a8da7be94b07aad53 /third_party/ffmpeg
parenta929ca8531e59d5fa8ecfb5d8e94ad47a795eada (diff)
downloadchromium_src-094adb6260ee804d4ac6b09e659e08fd29593f1c.zip
chromium_src-094adb6260ee804d4ac6b09e659e08fd29593f1c.tar.gz
chromium_src-094adb6260ee804d4ac6b09e659e08fd29593f1c.tar.bz2
Fixed typo in ffmpeg.gyp that caused avcodec-52.dll to not get copied.
TEST=media layout tests should pass again, bots shouldn't be all busted BUG=15664 TBR=glen Review URL: http://codereview.chromium.org/151070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index f24c03f..9616d17 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -177,7 +177,7 @@
['OS=="win"', {
'variables': {
'source_files': [
- 'binaries/avcodeec-52.dll',
+ 'binaries/avcodec-52.dll',
'binaries/avformat-52.dll',
'binaries/avutil-50.dll',
'binaries/pthreadGC2.dll',