summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 14:55:56 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 14:55:56 +0000
commitf152b94f984b0ae10c198890e7ee27c74246b85c (patch)
treefeb4923acc986e63eae996e360bd16e05c872972 /spudec.h
parent95ae50149c5005e775132acd34897c3f7d882021 (diff)
downloadmpv-f152b94f984b0ae10c198890e7ee27c74246b85c.tar.bz2
mpv-f152b94f984b0ae10c198890e7ee27c74246b85c.tar.xz
Fix spudec compile with libdvdread enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3184 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spudec.h b/spudec.h
index 66edfa13fe..397c883b87 100644
--- a/spudec.h
+++ b/spudec.h
@@ -1,8 +1,8 @@
+#include "config.h"
#ifdef USE_DVDREAD
#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H
-#include "config.h"
#include "stream.h"
void spudec_heartbeat(void *this, int pts100);
void spudec_assemble(void *this, unsigned char *packet, int len, int pts100);
@@ -12,3 +12,4 @@ void spudec_free(void *this);
#endif
#endif
+