summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-11 09:28:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-11 09:28:21 +0000
commit7694e9074d0242a0abe4d772cc54e334c80d049b (patch)
tree38bf34a553b59821511876f1ae46e51113404bcc /stream/stream_dvd.c
parent2bf260398ba7b6c39fbb8644be09888c408e4176 (diff)
downloadmpv-7694e9074d0242a0abe4d772cc54e334c80d049b.tar.bz2
mpv-7694e9074d0242a0abe4d772cc54e334c80d049b.tar.xz
Move headers related to setting dvd speed to dvd_common.
This makes -dvd-speed work again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29894 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvd.c')
-rw-r--r--stream/stream_dvd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 557cdaa4be..46e7100ec1 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -5,25 +5,12 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <fcntl.h>
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
-#ifdef __FreeBSD__
-#include <sys/cdrio.h>
-#endif
-
-#ifdef __linux__
-#include <linux/cdrom.h>
-#include <scsi/sg.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/ioctl.h>
-#endif
-
#include <libgen.h>
#include <errno.h>
@@ -39,7 +26,6 @@
#include "stream_dvd.h"
#include "stream_dvd_common.h"
#include "libmpdemux/demuxer.h"
-#include "libavutil/intreadwrite.h"
static char* dvd_device_current;
int dvd_angle=1;