summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_fbsd.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-05 19:31:55 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-05 19:31:55 +0000
commitd62bef6ee5723c514d281eb3db301d0cea5042cd (patch)
tree5da664091122efeb61de5a2979338cdc6dcad0a6 /stream/vcd_read_fbsd.h
parent151e497922e9a6d38c285898ed6dd0fa78475cdf (diff)
downloadmpv-d62bef6ee5723c514d281eb3db301d0cea5042cd.tar.bz2
mpv-d62bef6ee5723c514d281eb3db301d0cea5042cd.tar.xz
Try to fix VCD compilation on non-Linux systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/vcd_read_fbsd.h')
-rw-r--r--stream/vcd_read_fbsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h
index a9555f5b9e..601919f0f3 100644
--- a/stream/vcd_read_fbsd.h
+++ b/stream/vcd_read_fbsd.h
@@ -212,6 +212,11 @@ vcd_read_toc(int fd)
return vcd;
}
+static int vcd_end_track(mp_vcd_priv_t* vcd)
+{
+ return vcd->tochdr.ending_track;
+}
+
static int
vcd_read(mp_vcd_priv_t* vcd, char *mem)
{