summaryrefslogtreecommitdiffstats
path: root/libmpdemux/vcd_read.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/vcd_read.h')
-rw-r--r--libmpdemux/vcd_read.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/vcd_read.h b/libmpdemux/vcd_read.h
index 9d6564be7a..77ec9e7ad4 100644
--- a/libmpdemux/vcd_read.h
+++ b/libmpdemux/vcd_read.h
@@ -277,4 +277,8 @@ static int vcd_read(int fd,char *mem)
return -1;
}
+static inline void vcd_set_msf(unsigned int sect)
+{
+}
+
#endif /* !linux && !sun */