File chromium-remoting-build-fix.diff of Package chromium-square
--- chromium/src/remoting/remoting.gyp 2010-10-03 15:13:07.746440175 +0200 +++ chromium/src/remoting/remoting.gyp 2010-10-03 15:13:07.746440175 +0200 @@ -243,6 +243,11 @@ # TODO(hclam): Enable VP8 in the build. #'third_party/on2/on2.gyp:vp8', ], + 'link_settings': { + 'libraries': [ + '-lvpx', + ], + }, 'export_dependent_settings': [ '../base/base.gyp:base', '../net/net.gyp:net',