diff options
Diffstat (limited to 'media/ffmpeg/file_protocol.h')
-rw-r--r-- | media/ffmpeg/file_protocol.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media/ffmpeg/file_protocol.h b/media/ffmpeg/file_protocol.h index ed37467..7c16c4b 100644 --- a/media/ffmpeg/file_protocol.h +++ b/media/ffmpeg/file_protocol.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. // @@ -8,7 +8,9 @@ #ifndef MEDIA_FFMPEG_FILE_PROTOCOL_H_ #define MEDIA_FFMPEG_FILE_PROTOCOL_H_ +#include "media/base/media_export.h" + struct URLProtocol; -extern URLProtocol kFFmpegFileProtocol; +MEDIA_EXPORT extern URLProtocol kFFmpegFileProtocol; #endif // MEDIA_FFMPEG_FILE_PROTOCOL_H_ |