summaryrefslogtreecommitdiffstats
path: root/sub/spudec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/spudec.h')
-rw-r--r--sub/spudec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/spudec.h b/sub/spudec.h
index 533ac511e8..6104ad7228 100644
--- a/sub/spudec.h
+++ b/sub/spudec.h
@@ -19,7 +19,7 @@
#ifndef MPLAYER_SPUDEC_H
#define MPLAYER_SPUDEC_H
-#include "libvo/video_out.h"
+#include <stdint.h>
void spudec_heartbeat(void *this, unsigned int pts100);
void spudec_assemble(void *this, unsigned char *packet, unsigned int len, int pts100);