From 0fb5f7a158e0a5a610e1ba85cf408525964d746e Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 9 Nov 2019 21:42:45 +0530 Subject: Issue #1259 - Part 1. Remove Adobe Primetime support from tree --- dom/media/gmp/GMPParent.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dom/media/gmp/GMPParent.cpp') diff --git a/dom/media/gmp/GMPParent.cpp b/dom/media/gmp/GMPParent.cpp index 418f14736..234ed5c05 100644 --- a/dom/media/gmp/GMPParent.cpp +++ b/dom/media/gmp/GMPParent.cpp @@ -726,16 +726,6 @@ GMPParent::ReadGMPInfoFile(nsIFile* aFile) if (cap.mAPIName.EqualsLiteral(GMP_API_DECRYPTOR)) { mCanDecrypt = true; - -#ifdef XP_WIN - // Adobe GMP doesn't work without SSE2. Check the tags to see if - // the decryptor is for the Adobe GMP, and refuse to load it if - // SSE2 isn't supported. - if (cap.mAPITags.Contains(kEMEKeySystemPrimetime) && - !mozilla::supports_sse2()) { - return GenericPromise::CreateAndReject(NS_ERROR_FAILURE, __func__); - } -#endif // XP_WIN } mCapabilities.AppendElement(Move(cap)); -- cgit v1.2.3