Ruslan Baratov f148eaace9 Fix errors while compiling with c++11 flag
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]){
                                             ^~~~~~~~~~
2015-05-01 21:29:20 +02:00
..
2015-04-16 14:36:46 +03:00
2015-03-02 18:13:00 +03:00
2015-03-02 18:13:00 +03:00
2015-04-21 10:08:17 +02:00
2015-04-08 19:56:17 +03:00
2014-08-05 20:12:35 +04:00