Description: Now yt videos start immediately.
Author: Sandro Santilli <strk@keybit.net>
Bug: https://savannah.gnu.org/bugs/?31295

--- squeeze~/libcore/ExternalInterface.cpp	2010-08-07 17:50:00.000000000 +0200
+++ squeeze/libcore/ExternalInterface.cpp	2010-11-04 23:39:51.000000000 +0100
@@ -663,6 +663,8 @@
     std::string empty;
     // Wait for some data from the player
     int bytes = 0;
+
+#if 0
     fd_set fdset;
     FD_ZERO(&fdset);
     FD_SET(fd, &fdset);
@@ -678,6 +680,7 @@
         ioctlSocket(fd, FIONREAD, &bytes);
 #endif
     }  
+#endif
 
     // No data yet
     if (bytes == 0) {
