Enables the QTKit CaptureDevice on Mac OS X regardless of CIVIL i.e. it can be used as an alternative running alongside CIVIL.

cusax-fix
Lyubomir Marinov 16 years ago
parent ef66bcfae6
commit 5e4a5ce377

@ -187,7 +187,7 @@ private void detectCaptureDevices()
}
// QuickTime
if (!fmjVideoAvailable && OSUtils.IS_MAC)
if (OSUtils.IS_MAC)
try
{
new QuickTimeAuto();

Loading…
Cancel
Save