2013-04-18 12:02:52 +00:00
|
|
|
/*
|
2017-09-01 15:29:28 +02:00
|
|
|
* Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
|
2013-04-18 12:02:52 +00:00
|
|
|
*
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
|
|
|
|
|
2014-07-20 15:27:35 +00:00
|
|
|
#ifndef WEBRTC_CONFIG_H_
|
|
|
|
|
#define WEBRTC_CONFIG_H_
|
2013-04-18 12:02:52 +00:00
|
|
|
|
2017-09-01 15:29:28 +02:00
|
|
|
// TODO(holmer): Delete this file once downstream projects have been updated.
|
2014-09-19 12:30:25 +00:00
|
|
|
|
2017-09-01 15:29:28 +02:00
|
|
|
#include "webrtc/api/rtpparameters.h"
|
|
|
|
|
#include "webrtc/call/rtp_config.h"
|
2013-04-18 12:02:52 +00:00
|
|
|
|
2014-07-20 15:27:35 +00:00
|
|
|
#endif // WEBRTC_CONFIG_H_
|