Files
chromium-dev/chromium-remoting-build-fix.diff

15 lines
466 B
Diff

--- 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',