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
This commit is contained in:
iive 2007-04-30 00:45:52 +00:00
parent 53b0783bf6
commit 57117b9141
1 changed files with 0 additions and 5 deletions

View File

@ -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"