~saiarcot895/chromium-browser/chromium-browser.precise.dev

« back to all changes in this revision

Viewing changes to debian/patches/wayland-0005-Media-Build-VaapiPictureWayland-as-part-of-Media.patch

  • Committer: Saikrishna Arcot
  • Date: 2016-05-22 15:32:23 UTC
  • Revision ID: saikrishna@saikrishna-vps-20160522153223-xhrwhn0v7ymcfax2
Tags: 52.0.2729.3-0ubuntu1~ppa6~12.04.1
* Try to bring back support for Precise.
* Add detection code to see if VP9 is available on the target system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 content/content_common.gypi | 51 ++++++++++++++++++++++++++++-----------------
11
11
 1 file changed, 32 insertions(+), 19 deletions(-)
12
12
 
13
 
Index: dev.wily/content/content_common.gypi
 
13
Index: dev.xenial/content/content_common.gypi
14
14
===================================================================
15
 
--- dev.wily.orig/content/content_common.gypi
16
 
+++ dev.wily/content/content_common.gypi
17
 
@@ -873,7 +873,7 @@
 
15
--- dev.xenial.orig/content/content_common.gypi
 
16
+++ dev.xenial/content/content_common.gypi
 
17
@@ -869,7 +869,7 @@
18
18
         },
19
19
       ],
20
20
     }],
23
23
       'sources': [
24
24
         'common/gpu/media/accelerated_video_decoder.h',
25
25
         'common/gpu/media/h264_decoder.cc',
26
 
@@ -929,7 +929,7 @@
 
26
@@ -925,7 +925,7 @@
27
27
         'common/gpu/media/tegra_v4l2_device.h',
28
28
       ],
29
29
     }],
32
32
       'dependencies': [
33
33
         '../media/media.gyp:media',
34
34
         '../third_party/libyuv/libyuv.gyp:libyuv',
35
 
@@ -940,18 +940,19 @@
 
35
@@ -936,18 +936,19 @@
36
36
         'common/gpu/media/vaapi_jpeg_decode_accelerator.h',
37
37
         'common/gpu/media/vaapi_jpeg_decoder.cc',
38
38
         'common/gpu/media/vaapi_jpeg_decoder.h',
58
58
             'sig_files': [
59
59
               'common/gpu/media/va.sigs',
60
60
               'common/gpu/media/va_x11.sigs',
61
 
@@ -962,21 +963,33 @@
 
61
@@ -958,21 +959,33 @@
62
62
             'common/gpu/media/vaapi_tfp_picture.h',
63
63
           ],
64
64
         }, {