lucas-j / libmpeg2-winrt

MPEG-2 decoder for Windows 8 apps
15 stars 16 forks source link

Windows Phone support #8

Open dotMorten opened 9 years ago

dotMorten commented 9 years ago

I managed to get the library compiling in a Windows Phone project. However, I'm getting MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0xC00D36C4 . I built it as a universal app project and the app is identical to my Windows Store app where it works just fine.

Any idea if this is / can be supported?

It seems as if the DLL isn't being loaded, although it has the same windows.activatableClass.inProcessServer entry in the appxmanifest