summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2015-04-22 01:50:32 +0200
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2015-04-21 23:51:45 +0000
commiteb840561c3a6484462dec1046ae49fe9613a6f78 (patch)
treecb40a8aa37d06b36289afdff1413d023ba7dc051 /build
parent36a275daed9a044694646530ab58694b487bad4e (diff)
downloadchromium_src-eb840561c3a6484462dec1046ae49fe9613a6f78.zip
chromium_src-eb840561c3a6484462dec1046ae49fe9613a6f78.tar.gz
chromium_src-eb840561c3a6484462dec1046ae49fe9613a6f78.tar.bz2
Fix build with system libvpx
BUG=none R=thestig@chromium.org Review URL: https://codereview.chromium.org/1083273004 Cr-Commit-Position: refs/heads/master@{#326177}
Diffstat (limited to 'build')
-rw-r--r--build/linux/unbundle/libvpx.gyp13
1 files changed, 7 insertions, 6 deletions
diff --git a/build/linux/unbundle/libvpx.gyp b/build/linux/unbundle/libvpx.gyp
index cdcf6fa..75671c5 100644
--- a/build/linux/unbundle/libvpx.gyp
+++ b/build/linux/unbundle/libvpx.gyp
@@ -14,16 +14,17 @@
'variables': {
'headers_root_path': 'source/libvpx',
'header_filenames': [
- 'vpx/vpx_codec_impl_bottom.h',
- 'vpx/vpx_image.h',
- 'vpx/vpx_decoder.h',
'vpx/vp8.h',
- 'vpx/vpx_codec.h',
- 'vpx/vpx_codec_impl_top.h',
'vpx/vp8cx.h',
- 'vpx/vpx_integer.h',
'vpx/vp8dx.h',
+ 'vpx/vpx_codec.h',
+ 'vpx/vpx_codec_impl_bottom.h',
+ 'vpx/vpx_codec_impl_top.h',
+ 'vpx/vpx_decoder.h',
'vpx/vpx_encoder.h',
+ 'vpx/vpx_frame_buffer.h',
+ 'vpx/vpx_image.h',
+ 'vpx/vpx_integer.h',
],
},
'includes': [