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

Unified Diff: source/ffmpeg.gyp

Issue 5193003: Fix build with system libvpx.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 1 month 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: source/ffmpeg.gyp
===================================================================
--- source/ffmpeg.gyp (revision 66783)
+++ source/ffmpeg.gyp (working copy)
@@ -898,6 +898,16 @@
},
}],
+ ['use_system_vpx!=0', {
+ 'direct_dependent_settings': {
+ 'link_settings': {
+ 'libraries': [
+ '-lvpx',
scherkus (not reviewing) 2010/11/22 07:17:34 hmm so we already include -lpvx but that's when us
fbarchard1 2010/11/22 20:57:04 We need -lvpx if building ffmpeg.
+ ],
+ },
+ },
+ }],
+
# Add pkg-config result to include path when use_system_ffmpeg!=0
['use_system_ffmpeg!=0', {
'cflags': [
« 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