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

Unified Diff: media/media.gyp

Issue 2255005: move from omx_codec to new omx_video_decode_engine... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: remove omx_code, update omx_test to use omx engine Created 10 years, 7 months 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
« no previous file with comments | « no previous file | media/omx/omx_codec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index c705823fc641ab276984103c2212f1c64be32a71..6821aac12a417f7e0f607b24de119b3744cd8bc1 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -334,10 +334,12 @@
'dependencies': [
'../base/base.gyp:base',
'../third_party/openmax/openmax.gyp:il',
+ # TODO(wjia): remove ffmpeg
+ '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
],
'sources': [
- 'omx/omx_codec.cc',
- 'omx/omx_codec.h',
+ 'filters/omx_video_decode_engine.cc',
+ 'filters/omx_video_decode_engine.cc',
'omx/omx_configurator.cc',
'omx/omx_configurator.h',
],
« no previous file with comments | « no previous file | media/omx/omx_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698