Ever since 43.0b1, ICL builds will exit immediately after being executed (v42 ran fine).

2015-12-14 Thread MichaelA
Hi all, So I know this isn't high priority but I thought I might ask here. Intel's compiler can build the 43 branch, but when it comes to running the built application, Firefox exits straight after being executed. The 42 branch built and ran fine. I've tried stepping through the process, but i

Re: Can 3rd party builds utilise the Adobe CDM for DRM support?

2015-11-20 Thread MichaelA
On Thursday, November 19, 2015 at 8:50:37 PM UTC, Ted Mielczarek wrote: > On Thu, Nov 19, 2015, at 12:19 PM, MichaelA wrote: > > Hi all, > > > > Hopefully this newsgroup is more appropriate than the mozilla.dev.media > > (apologies if it isn't!). > > > &

Can 3rd party builds utilise the Adobe CDM for DRM support?

2015-11-19 Thread MichaelA
Hi all, Hopefully this newsgroup is more appropriate than the mozilla.dev.media (apologies if it isn't!). I was wondering if there's anything that stops 3rd party builds from using the Adobe CDM for websites such as Netflix? I've tried to make my own (x86) build, but I can't seem to get any HT

ICL can no longer build runnable_utils.h due to Tuple.h

2015-09-16 Thread MichaelA
Since the inclusion of bug 1163328 (https://bugzilla.mozilla.org/show_bug.cgi?id=1163328), Intel's C++ compiler (ICL) fails to build any source files that include runnable_utils.h from the media transport library due to its usage of Tuple.h. Here's an example of a build failure: 1:09.11 ../..

Why is RegSvr32 used for Firefox dll? Is possible ignore certain dll in installer?

2014-12-14 Thread MichaelA
Hello all ! I wondering what advantage there is to regsvr32 firefox dll? Do program need reg dll to work? --- src/toolkit/mozapps/installer/windows/nsis/common.nsh ExecWait '"$SYSDIR\regsvr32.exe" /s "${DLL}" --- What if have dll that not be registered? Can then set installer to ignore?