diff libmpdemux/stream_livedotcom.c @ 18922:d2d9d011203f

Move conditional compilation into the build system.
author diego
date Thu, 06 Jul 2006 13:09:45 +0000
parents 4928dd61f136
children 83c3afeab35d
line wrap: on
line diff
--- a/libmpdemux/stream_livedotcom.c	Thu Jul 06 13:06:21 2006 +0000
+++ b/libmpdemux/stream_livedotcom.c	Thu Jul 06 13:09:45 2006 +0000
@@ -1,7 +1,6 @@
 
 #include "config.h"
 
-#ifdef MPLAYER_NETWORK
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -12,8 +11,6 @@
 #include "demuxer.h"
 #include "help_mp.h"
 
-#ifdef STREAMING_LIVE555
-
 extern int network_bandwidth;
 
 static int _rtsp_streaming_seek(int fd, off_t pos, streaming_ctrl_t* streaming_ctrl) {
@@ -120,6 +117,3 @@
   NULL,
   0 // Urls are an option string
 };
-
-#endif
-#endif