From 23e54647b9a000d92d1c1ab1a44991131a4cb7e9 Mon Sep 17 00:00:00 2001 From: "peter@chromium.org" Date: Wed, 14 Dec 2011 14:09:29 +0000 Subject: Exclude the GPU video decoder from the build for Android. The decoder relies on ffmpeg as a fall-back for video decoding when the GPU isn't able to process the video, while ffmpeg may not be available. BUG= TEST= Review URL: http://codereview.chromium.org/8933030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114421 0039d316-1c4b-4281-b951-d872f2087c98 --- media/media.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media') diff --git a/media/media.gyp b/media/media.gyp index 265ca69..b20e630 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -298,6 +298,8 @@ 'filters/ffmpeg_glue.h', 'filters/ffmpeg_video_decoder.cc', 'filters/ffmpeg_video_decoder.h', + 'filters/gpu_video_decoder.cc', + 'filters/gpu_video_decoder.h', ], }], # The below 'android' condition were added temporarily and should be -- cgit v1.1