diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 21:40:54 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 21:40:54 +0000 |
commit | baf3d0c89b1a05779caea2c3d06dfa2911c0b24f (patch) | |
tree | 6391fe84f9d99a3316d41c59f79d3f3301755d45 /third_party/opus | |
parent | ae5984788c3fd6218d3c0f135ba8ce2d1b58ec88 (diff) | |
download | chromium_src-baf3d0c89b1a05779caea2c3d06dfa2911c0b24f.zip chromium_src-baf3d0c89b1a05779caea2c3d06dfa2911c0b24f.tar.gz chromium_src-baf3d0c89b1a05779caea2c3d06dfa2911c0b24f.tar.bz2 |
Cleanup opus_defines.h override.
base/stringize_macros.h is not needed in opus_defines.h, and was added there by mistake. That file was added in crrev.com/163675.
Review URL: https://codereview.chromium.org/11277002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/opus')
-rw-r--r-- | third_party/opus/overrides/include/opus_defines.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/opus/overrides/include/opus_defines.h b/third_party/opus/overrides/include/opus_defines.h index 290bc91..205ede8 100644 --- a/third_party/opus/overrides/include/opus_defines.h +++ b/third_party/opus/overrides/include/opus_defines.h @@ -2,10 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/stringize_macros.h" - // HACK: This is a hack to make sure that we don't export opus symbols. // opus_defines.h sets OPUS_EXPORT only when OPUS_BUILD is defined. +// +// TODO(sergeyu): Fix opus to define OPUS_EXPORT only when it's not defined, add +// OPUS_EXPORT='' define in opus.gyp and then remove this file. + #if defined(OPUS_BUILD) #undef OPUS_BUILD #define OPUS_BUILD_DEFINED |