diff libmpdemux/stream_vstream.c @ 18922:d2d9d011203f

Move conditional compilation into the build system.
author diego
date Thu, 06 Jul 2006 13:09:45 +0000
parents 6ff3379a0862
children
line wrap: on
line diff
--- a/libmpdemux/stream_vstream.c	Thu Jul 06 13:06:21 2006 +0000
+++ b/libmpdemux/stream_vstream.c	Thu Jul 06 13:09:45 2006 +0000
@@ -35,8 +35,6 @@
 
 #include "config.h"
 
-#ifdef HAVE_VSTREAM
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
@@ -180,5 +178,3 @@
   &stream_opts,
   1 // Url is an option string
 };
-
-#endif