summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 00:24:01 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 00:24:01 +0000
commitae84de4fd565c6efb2ffdea7c97a47697d50845f (patch)
tree77050fca7b5a2e7715939540151fad40895406cb /build
parent3c4e3015463fd407ccd932e5da17e3c4bc8e3c5c (diff)
downloadchromium_src-ae84de4fd565c6efb2ffdea7c97a47697d50845f.zip
chromium_src-ae84de4fd565c6efb2ffdea7c97a47697d50845f.tar.gz
chromium_src-ae84de4fd565c6efb2ffdea7c97a47697d50845f.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. Also fixed type-punning warnings in omx_video_decoder.cc BUG=28663 TEST=building omx_test should have no linker errors Review URL: http://codereview.chromium.org/431041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 3a94e7c..9223569 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -57,11 +57,6 @@
'../gpu/gpu.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',