File chromium-remoting-build-fix.diff of Package chromium
--- 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
@@ -122,6 +122,11 @@
# TODO(hclam): Enable VP8 in the build.
#'third_party/on2/on2.gyp:vp8',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lvpx',
+ ],
+ },
'export_dependent_settings': [
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'proto/chromotocol.gyp:chromotocol_proto_lib',