summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/spudec.c b/spudec.c
index d263a59b6a..a247a6828c 100644
--- a/spudec.c
+++ b/spudec.c
@@ -11,6 +11,8 @@
*/
+#ifdef USE_DVDREAD
+
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
@@ -318,3 +320,6 @@ void spudec_free(void *this)
free(spu);
}
}
+
+#endif /* USE_DVDREAD */
+