diff options
Diffstat (limited to 'third_party/opus/opus.h')
-rw-r--r-- | third_party/opus/opus.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/opus/opus.h b/third_party/opus/opus.h deleted file mode 100644 index 8e7b483..0000000 --- a/third_party/opus/opus.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// This is a shim header to include the right opus header. -// Use this instead of referencing the opus header directly. - -#if defined(USE_SYSTEM_OPUS) -#include <opus/opus.h> -#else -#include "third_party/opus/src/include/opus.h" -#endif |