summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
commit5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8 (patch)
tree5c630dd1bec808dfe785e27b47615982d84040ad /stream.c
parent49ea21d07367275022349403cb4a60f8316e5634 (diff)
downloadmpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.bz2
mpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.xz
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/stream.c b/stream.c
index 883e736607..2662476b65 100644
--- a/stream.c
+++ b/stream.c
@@ -5,21 +5,6 @@
#include <sys/ioctl.h>
#include <unistd.h>
-//#include <sys/types.h>
-//#include <sys/stat.h>
-//#include <fcntl.h>
-
-#ifdef __FreeBSD__
-#include <sys/cdio.h>
-#include <sys/cdrio.h>
-#else
-#ifdef __sun
-#include <sys/cdio.h>
-#else
-#include <linux/cdrom.h>
-#endif
-#endif
-
#include "stream.h"
extern int verbose; // defined in mplayer.c