Chromium Code Reviews| 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': [ |