diff mencoder.c @ 29220:550ea315bdd8

Remove pointless #ifdef around spudec.h #include. Fixes the build with dvdread disabled.
author diego
date Tue, 05 May 2009 17:27:36 +0000
parents dc5daa853163
children 0f1b5b68af32
line wrap: on
line diff
--- a/mencoder.c	Tue May 05 17:17:17 2009 +0000
+++ b/mencoder.c	Tue May 05 17:27:36 2009 +0000
@@ -285,9 +285,7 @@
 
 #include "cfg-mencoder.h"
 
-#ifdef CONFIG_DVDREAD
 #include "spudec.h"
-#endif
 #include "vobsub.h"
 
 #include "libao2/audio_out.h"