summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-30 00:45:52 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-30 00:45:52 +0000
commit57117b914199e0c5f596338f7e0cd1a96a1038f0 (patch)
tree30cca0d568af4b371f03d4a87ff8a6412cbde65c /gui
parent53b0783bf6356d56658e66e62d479aa8963faf54 (diff)
downloadmpv-57117b914199e0c5f596338f7e0cd1a96a1038f0.tar.bz2
mpv-57117b914199e0c5f596338f7e0cd1a96a1038f0.tar.xz
10l to Diego for breaking svn (again).
revert the change from r23172, that breaks compilation vcd_read.h may not be the right incude for the given architecture, but it also contains functions that are nor static nor inlined, defining them multiple times. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23176 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/interface.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/interface.c b/gui/interface.c
index 86cfae5fff..eb461bc7f7 100644
--- a/gui/interface.c
+++ b/gui/interface.c
@@ -46,11 +46,6 @@ extern af_cfg_t af_cfg;
#include "stream/stream_dvd.h"
#endif
-#ifdef HAVE_VCD
-#include <sys/ioctl.h>
-#include <errno.h>
-#include "stream/vcd_read.h"
-#endif
#include "m_config.h"
#include "m_option.h"