summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spudec.h b/spudec.h
index 68a7d4f621..66edfa13fe 100644
--- a/spudec.h
+++ b/spudec.h
@@ -1,3 +1,4 @@
+#ifdef USE_DVDREAD
#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H
@@ -10,3 +11,4 @@ void *spudec_new(dvd_priv_t *dvd_info);
void spudec_free(void *this);
#endif
+#endif