summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 12:44:39 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 12:44:39 +0000
commitb7ff737901eeb3425e56a587f812c34ff969a776 (patch)
tree4e0f8e0db98bfd645249781a2cb8d78cb50d2319 /spudec.h
parent4376937df653dc206720ab0d0e40811b3cef6134 (diff)
downloadmpv-b7ff737901eeb3425e56a587f812c34ff969a776.tar.bz2
mpv-b7ff737901eeb3425e56a587f812c34ff969a776.tar.xz
spudec_new has a dvd_priv_t as an argument, which is defined in
libmpdemux/stream.h only if USE_DVDREAD is defined. (Arpi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3181 b3059339-0415-0410-9bf9-f77b7e298cf2
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