summaryrefslogtreecommitdiff
blob: de1590943554458b043f9e4bee55f89acf5ad535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- remoting/remoting.gyp.orig	2011-03-10 14:43:29.000000000 +0000
+++ remoting/remoting.gyp	2011-03-10 14:44:50.000000000 +0000
@@ -127,6 +127,7 @@
         '../ui/gfx/gfx.gyp:gfx',
         '../media/media.gyp:media',
         '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+        '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
         '../third_party/libvpx/libvpx.gyp:libvpx_include',
         '../third_party/zlib/zlib.gyp:zlib',
         'chromoting_jingle_glue',
--- third_party/ffmpeg/ffmpeg.gyp.orig	2011-03-10 15:39:13.000000000 +0000
+++ third_party/ffmpeg/ffmpeg.gyp	2011-03-10 15:39:41.000000000 +0000
@@ -728,11 +728,14 @@
                 '../libvpx/include',
               ],
             }, { # use_system_vpx != 0
+              'defines': [
+                'USE_SYSTEM_VPX',
+              ],
               'direct_dependent_settings': {
+                'defines': [
+                  'USE_SYSTEM_VPX',
+                ],
                 'link_settings': {
-                  'defines': [
-                    'USE_SYSTEM_VPX',
-                  ],
                   'libraries': [
                     '-lvpx',
                   ],