Bug 1130061: Block version 1.5 of vwcsource.ax. r=bsmedberg

This commit is contained in:
David Major 2015-04-24 11:29:40 -04:00
parent 372c6962da
commit 4a740934b7

View File

@ -172,6 +172,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Crashes with CyberLink YouCam, bug 1136968
{ "ycwebcamerasource.ax", MAKE_VERSION(2, 0, 0, 1611) },
// Old version of WebcamMax crashes WebRTC, bug 1130061
{ "vwcsource.ax", MAKE_VERSION(1, 5, 0, 0) },
{ nullptr, 0 }
};