summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 22:21:01 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 22:21:01 +0000
commit95ff808aa05c3de690fed32e92a940a6877cd3ed (patch)
tree0fd037078b5b8b50c253bb68c11d3cabd93b2432 /build
parent108a96fe15de05d91fe9a0a2eb39c3edd287c123 (diff)
downloadchromium_src-95ff808aa05c3de690fed32e92a940a6877cd3ed.zip
chromium_src-95ff808aa05c3de690fed32e92a940a6877cd3ed.tar.gz
chromium_src-95ff808aa05c3de690fed32e92a940a6877cd3ed.tar.bz2
Test program for OpenMAX video decoding
Including gyp file for openmax and the test application. The test application will link against libOmxCore.so which is provided by the target system. Review URL: http://codereview.chromium.org/391030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
-rw-r--r--build/common.gypi3
2 files changed, 8 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 81ae757..0a386ea 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -56,6 +56,11 @@
'../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
],
}],
+ ['enable_openmax==1', {
+ 'dependencies': [
+ '../media/omx/omx_test.gyp:*',
+ ],
+ }],
['OS=="mac" or OS=="linux" or OS=="freebsd"', {
'dependencies': [
'../third_party/yasm/yasm.gyp:*#host',
diff --git a/build/common.gypi b/build/common.gypi
index 34f9f25..4652db4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -146,6 +146,9 @@
# Whether pepper APIs are enabled.
'enable_pepper%': 0,
+ # Whether usage of OpenMAX is enabled.
+ 'enable_openmax%': 0,
+
# TODO(bradnelson): eliminate this when possible.
# To allow local gyp files to prevent release.vsprops from being included.
# Yes(1) means include release.vsprops.