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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 151070: Fixed typo in ffmpeg.gyp that caused avcodec-52.dll to not get copied. (Closed)
Patch Set: Created 11 years, 6 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/ffmpeg.gyp
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index f24c03f4d5c8bff73ce44c8118147f66eb615734..9616d17568a91f44f973492fd4b9a470e273150a 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698