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

Unified Diff: build/internal/essential.vsprops

Issue 48118: Uses FFmpeg in chrome/renderer (Closed)
Patch Set: cleanup Created 11 years, 9 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 | chrome/app/chrome_binaries.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/essential.vsprops
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index 893f6cff679279f6e662ce5628a89afc6874e38a..521931f79e19ceef4621f23d191b614f5fdd12ee 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -31,7 +31,7 @@
Name="VCLinkerTool"
AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat"
AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib"
- AdditionalLibraryDirectories="$(SDKLibs)"
+ AdditionalLibraryDirectories="$(SDKLib);$(OutDir)\lib"
DelayLoadDLLs="dwmapi.dll,uxtheme.dll"
MapFileName="$(OutDir)\$(TargetName).map"
ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
« no previous file with comments | « no previous file | chrome/app/chrome_binaries.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698