diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 22:38:53 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 22:38:53 +0000 |
commit | 3e1a292b64b685d64f119b8a138dd0be85611b8b (patch) | |
tree | 4cdecb1d1fbb9e620fb88995b748d5f153faefd1 /build | |
parent | faed6e1304f7ba31ed12d42ea3dc694021690afd (diff) | |
download | chromium_src-3e1a292b64b685d64f119b8a138dd0be85611b8b.zip chromium_src-3e1a292b64b685d64f119b8a138dd0be85611b8b.tar.gz chromium_src-3e1a292b64b685d64f119b8a138dd0be85611b8b.tar.bz2 |
Implement method stubs for OpenMAX IL instead of relying on -lOmxCore.
You can switch to using -lOmxCore by setting the gyp variable use_system_openmax=1.
BUG=28663
TEST=building omx_test should have no linker errors
Review URL: http://codereview.chromium.org/436021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4a61b70..7f0fd9d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -56,11 +56,6 @@ '../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', |