1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00

Remove pointless #ifdef around spudec.h #include.

Fixes the build with dvdread disabled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29262 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-05-05 17:27:36 +00:00
parent a3f5c392f5
commit 32173c6162

View File

@ -285,9 +285,7 @@ static int edl_seek(edl_record_ptr next_edl_record, demuxer_t* demuxer, demux_st
#include "cfg-mencoder.h"
#ifdef CONFIG_DVDREAD
#include "spudec.h"
#endif
#include "vobsub.h"
#include "libao2/audio_out.h"