diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index ec68901..7ea705c 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -28,7 +28,7 @@ const char kWidevineCdmPluginMimeTypeDescription[] = // File name of the CDM on different platforms. const char kWidevineCdmFileName[] = #if defined(OS_MACOSX) - "widevinecdm.dylib"; + "libwidevinecdm.dylib"; #elif defined(OS_WIN) "widevinecdm.dll"; #else // OS_LINUX, etc. |