Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: media/media.gyp

Issue 11468018: Add libvpx wrapper to media to support VP9 video decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First pass. Works on Windows, should work elsewhere. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 552dfeea66a7f84e167cd3941a7637f1c2d39ae6..ac5b8546a78fb6bfc4f78f0ec5e782f7af27e463 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -27,6 +27,7 @@
'../build/temp_gyp/googleurl.gyp:googleurl',
'../crypto/crypto.gyp:crypto',
'../skia/skia.gyp:skia',
+ '../third_party/libvpx/libvpx.gyp:libvpx',
'../ui/ui.gyp:ui',
],
'defines': [
@@ -295,6 +296,8 @@
'filters/h264_to_annex_b_bitstream_converter.h',
'filters/in_memory_url_protocol.cc',
'filters/in_memory_url_protocol.h',
+ 'filters/libvpx_video_decoder.cc',
+ 'filters/libvpx_video_decoder.h',
'filters/skcanvas_video_renderer.cc',
'filters/skcanvas_video_renderer.h',
'filters/source_buffer_stream.cc',

Powered by Google App Engine
This is Rietveld 408576698