mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Remove utility/include/audio_frame_operations.h
AudioFrameOperations was moved from modules/utility to audio/utility over 1 year ago. This CL finally removes the modules/utility/include/audio_frame_operations.h header and closes the bug. TBR=perkj@webrtc.org Bug: webrtc:6548 Change-Id: I36230eadef2f8edb81008562fdc9208cf29845a4 Reviewed-on: https://webrtc-review.googlesource.com/36140 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21712}
This commit is contained in:
parent
848f31e57d
commit
266c633a5d
3 changed files with 0 additions and 25 deletions
|
@ -11,7 +11,6 @@ import("../../webrtc.gni")
|
|||
rtc_static_library("utility") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
"include/audio_frame_operations.h",
|
||||
"include/helpers_android.h",
|
||||
"include/jvm_android.h",
|
||||
"include/process_thread.h",
|
||||
|
@ -34,7 +33,6 @@ rtc_static_library("utility") {
|
|||
"..:module_api",
|
||||
"../..:webrtc_common",
|
||||
"../../:typedefs",
|
||||
"../../audio/utility:audio_frame_operations",
|
||||
"../../common_audio",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
include_rules = [
|
||||
# TODO(aleloi): remove when clients update. See
|
||||
# bugs.webrtc.org/6548.
|
||||
"+audio/utility/audio_frame_operations.h",
|
||||
"+common_audio",
|
||||
"+common_video",
|
||||
"+system_wrappers",
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
|
||||
#define MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
|
||||
// The contents of this file have moved to
|
||||
// //audio/utility. This file is deprecated.
|
||||
|
||||
// TODO(aleloi): Remove this file when clients have updated their
|
||||
// includes. See bugs.webrtc.org/6548.
|
||||
#include "audio/utility/audio_frame_operations.h"
|
||||
|
||||
#endif // #ifndef MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
|
Loading…
Reference in a new issue