slug
Guest
|
Posted:
Mon Nov 07, 2005 9:30 am Post subject:
Question about WMDRM-PD develoment |
|
|
I am a engineer developing portable music player.
I already implemented WMA Decoder(NO-DRM version) on our MP3 player IC
successfully.And now I was assigned to integrate the DRM to WMA Decoder.Of
course, our company already have been licensed WMA Decoder and WMDRM-PD and
got "WMA Decoder Standard Code V9" and "WM DRM for Portbale Device".
Now the question is that we do not know how to integrate the DRM and WMA.
I compared the source code in "ASF Porting kit" and "WMA Decoder Standard
Code V9", and found that the Asf Parser part in WMA Standard code seems
already include WMDRM-PD support.
So, I predefined "WMDRM_PORTABLE" and removed original "WMAAPI_NO_DRM" and "
WMAAPI_NO_DRM_STREAM" definition in project setting. But, when compiling the
WMA V9 Standard code we got following messatge:
C:\WMSDK\WMPK\WMA9STDDEC\audio\wmaudio\v9\asfparse_s\wmaudio_type.h(19) :
fatal error C1083: Cannot open include file: 'drmpd_ext.h': No such file or
directory
I searched the whole folder of DRM-PD source code, but can not found the
file 'drmpd_ext.h'.
I sent several mail to WMLA and Janus of Microsoft but got not any reply.
Is there any one can help me and tell me what should I do?
Thanks a lot.
|
|