(Auto)update libjingle 62865357-> 62871616

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5674 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp
index 76642bc..3acf28d 100755
--- a/talk/libjingle_examples.gyp
+++ b/talk/libjingle_examples.gyp
@@ -251,12 +251,15 @@
             'examples/ios/AppRTCDemo/AppRTCDemo-Prefix.pch',
             'examples/ios/AppRTCDemo/GAEChannelClient.h',
             'examples/ios/AppRTCDemo/GAEChannelClient.m',
+            'examples/ios/AppRTCDemo/VideoView.h',
+            'examples/ios/AppRTCDemo/VideoView.m',
             'examples/ios/AppRTCDemo/main.m',
           ],
           'xcode_settings': {
             'CLANG_ENABLE_OBJC_ARC': 'YES',
             'INFOPLIST_FILE': 'examples/ios/AppRTCDemo/Info.plist',
             'OTHER_LDFLAGS': [
+	      '-framework CoreGraphics',
               '-framework Foundation',
               '-framework UIKit',
             ],