| Index: media/base/media.h
|
| ===================================================================
|
| --- media/base/media.h (revision 95116)
|
| +++ media/base/media.h (working copy)
|
| @@ -8,6 +8,8 @@
|
| #ifndef MEDIA_BASE_MEDIA_H_
|
| #define MEDIA_BASE_MEDIA_H_
|
|
|
| +#include "media/base/media_export.h"
|
| +
|
| class FilePath;
|
|
|
| namespace media {
|
| @@ -23,11 +25,11 @@
|
| // of the process.
|
| //
|
| // Returns true if everything was successfully initialized, false otherwise.
|
| -bool InitializeMediaLibrary(const FilePath& module_dir);
|
| +MEDIA_EXPORT bool InitializeMediaLibrary(const FilePath& module_dir);
|
|
|
| // Use this if you need to check whether the media library is initialized
|
| // for the this process, without actually trying to initialize it.
|
| -bool IsMediaLibraryInitialized();
|
| +MEDIA_EXPORT bool IsMediaLibraryInitialized();
|
|
|
| // Attempts to initialize OpenMAX library.
|
| //
|
|
|