]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tcp.c
make it clear that the new metadata API is a work in progress
[ffmpeg] / libavformat / tcp.c
index 4ab7086677975c81024a29df6e37f15f5011ce7b..b81ab93cfc374a694dcd8f6c4432b59b6f947f21 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * TCP protocol
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -22,7 +22,9 @@
 #include <unistd.h>
 #include "network.h"
 #include "os_support.h"
+#if HAVE_SYS_SELECT_H
 #include <sys/select.h>
+#endif
 #include <sys/time.h>
 
 typedef struct TCPContext {