From 7694e9074d0242a0abe4d772cc54e334c80d049b Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 11 Nov 2009 09:28:21 +0000 Subject: 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 --- stream/stream_dvd_common.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'stream/stream_dvd_common.c') diff --git a/stream/stream_dvd_common.c b/stream/stream_dvd_common.c index 330ace9b62..9e4da0955d 100644 --- a/stream/stream_dvd_common.c +++ b/stream/stream_dvd_common.c @@ -1,7 +1,26 @@ #include "config.h" +#include #include +#include +#include +#include #include +#ifdef __FreeBSD__ +#include +#endif + +#ifdef __linux__ +#include +#include +#include +#include +#include +#endif + +#include "mp_msg.h" +#include "help_mp.h" #include "stream_dvd_common.h" +#include "libavutil/intreadwrite.h" const char * const dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" }; const char * const dvd_audio_stream_channels[6] = { "mono", "stereo", "unknown", "unknown", "5.1/6.1", "5.1" }; -- cgit v1.2.3