| Index: libvpx/libvpx.gyp
|
| diff --git a/libvpx/libvpx.gyp b/libvpx/libvpx.gyp
|
| index 6f6e7cfcc300b61d470579b4311dcf30c836624a..74a73c15642435f2b7cf4563fafbdcc1bd110da1 100644
|
| --- a/libvpx/libvpx.gyp
|
| +++ b/libvpx/libvpx.gyp
|
| @@ -143,6 +143,11 @@
|
| 'source/libvpx/vp8/decoder',
|
| 'source/libvpx/vp8/encoder',
|
| ],
|
| + 'direct_dependent_settings': {
|
| + 'include_dirs': [
|
| + 'source/libvpx',
|
| + ],
|
| + },
|
| 'cflags!': [
|
| # Ensure the symbols are exported since this library gets wrapped by
|
| # ffmpeg's shared lib. When we stop doing that (crbug.com/70687)
|
|
|