Bug 1075199 - Output a different clearkey.info depending on platform - r=cpearce,gps

--HG--
rename : media/gmp-clearkey/0.1/clearkey.info => media/gmp-clearkey/0.1/clearkey.info.in
This commit is contained in:
Edwin Flores 2015-02-03 16:59:39 +13:00
parent e6bb7e2230
commit 82f6804a0c
2 changed files with 10 additions and 5 deletions

View File

@ -2,9 +2,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
INSTALL_TARGETS += CLEARKEY_CDM
CLEARKEY_CDM_DEST = $(DEPTH)/dist/bin/gmp-clearkey/0.1
CLEARKEY_CDM_FILES = \
clearkey.info \
CLEARKEY_CDM_PATH := $(DEPTH)/dist/bin/gmp-clearkey/0.1
CLEARKEY_CDM := \
clearkey.info.in \
$(NULL)
PP_TARGETS := CLEARKEY_CDM

View File

@ -1,5 +1,10 @@
Name: clearkey
Description: ClearKey decrypt-only GMP plugin
Version: 0.1
#ifdef ENABLE_WMF
APIs: eme-decrypt-v6[org.w3.clearkey], decode-audio[aac:org.w3.clearkey], decode-video[h264:org.w3.clearkey]
Libraries: dxva2.dll, d3d9.dll, msmpeg2vdec.dll, msmpeg2adec.dll, MSAudDecMFT.dll
#else
APIs: eme-decrypt-v6[org.w3.clearkey]
Libraries:
#endif