diff options
author | Moonchild <moonchild@palemoon.org> | 2023-10-17 12:59:49 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-10-17 16:37:41 +0200 |
commit | e80bbcfe915e1f6c64a8b44a2e501f8fedfcf659 (patch) | |
tree | 6eecff916a8fbfe30f9c93effa7ed04e1ec1c495 /media/gmp-clearkey/0.1/WMFSymbols.h | |
parent | 08406731e57a357418190043eaa83e5d27c11dd0 (diff) | |
download | uxp-e80bbcfe915e1f6c64a8b44a2e501f8fedfcf659.tar.gz |
Issue #2346 - Remove unused EME components
This removes:
dom/media/eme code
GMP CDM proxies
GMP WideVine adapter code
EME media platform code
GMP clearkey module
Diffstat (limited to 'media/gmp-clearkey/0.1/WMFSymbols.h')
-rw-r--r-- | media/gmp-clearkey/0.1/WMFSymbols.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media/gmp-clearkey/0.1/WMFSymbols.h b/media/gmp-clearkey/0.1/WMFSymbols.h deleted file mode 100644 index 60a0a6854b..0000000000 --- a/media/gmp-clearkey/0.1/WMFSymbols.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2015, Mozilla Foundation and contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -MFPLAT_FUNC(MFCreateSample, "mfplat.dll"); -MFPLAT_FUNC(MFCreateAlignedMemoryBuffer, "mfplat.dll"); -MFPLAT_FUNC(MFGetStrideForBitmapInfoHeader, "evr.dll"); -MFPLAT_FUNC(MFCreateMediaType, "mfplat.dll"); |