• Ruslan Baratov's avatar
    Fix errors while compiling with c++11 flag · f148eaac
    Ruslan Baratov authored
    Fix errors in file cap_avfoundation.mm.
    Compiled with Xcode 6.2, iOS SDK 8.2
    
    Example:
    
    cap_avfoundation.mm:543:54: error: cannot initialize a parameter of
    type 'AVCaptureFocusMode' with an rvalue of type 'int'
        if ([mCaptureDevice isFocusModeSupported:(int)value]){
                                                 ^~~~~~~~~~
    f148eaac
cap_avfoundation.mm 41.2 KB