Add missing RTC_EXPORT for the Chromium Windows build.

After fixing the issue with crbug.com/1018579, lld-link complained
that some symbols need to be exported, see [1].

[1] - https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/432025

Bug: webrtc:9419
Change-Id: I9107a9c76361f4c66463a9af2e81a3991ae14df5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159007
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29721}
This commit is contained in:
Mirko Bonadei
2019-11-06 20:16:12 +01:00
committed by Commit Bot
parent 70ec48ca28
commit 54875d05f1
6 changed files with 9 additions and 6 deletions

View File

@ -144,7 +144,7 @@ class RTC_EXPORT VideoEncoder {
};
// Struct containing metadata about the encoder implementing this interface.
struct EncoderInfo {
struct RTC_EXPORT EncoderInfo {
static constexpr uint8_t kMaxFramerateFraction =
std::numeric_limits<uint8_t>::max();