summaryrefslogtreecommitdiffstats
path: root/spudec.c
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.c
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.c')
-rw-r--r--spudec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.c b/spudec.c
index a247a6828c..9e83e65260 100644
--- a/spudec.c
+++ b/spudec.c
@@ -10,6 +10,7 @@
For information on SPU format see <URL:http://sam.zoy.org/doc/dvd/subtitles/>
*/
+#include "config.h"
#ifdef USE_DVDREAD