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.h29
1 files changed, 3 insertions, 26 deletions
diff --git a/libmpdemux/vcd_read.h b/libmpdemux/vcd_read.h
index 77ec9e7ad4..818f99a675 100644
--- a/libmpdemux/vcd_read.h
+++ b/libmpdemux/vcd_read.h
@@ -254,31 +254,8 @@ int vcd_cache_read(int fd,char* mem){
}
#endif
-#else /* linux || sun */
+#else /* linux || sun || __bsdi__ */
-int vcd_seek_to_track(int fd,int track)
-{
- return -1;
-}
-
-int vcd_get_track_end(int fd,int track)
-{
- return -1;
-}
+#error vcd is not yet supported on this arch...
-void vcd_read_toc(int fd)
-{
-}
-
-static char vcd_buf[VCD_SECTOR_SIZE];
-
-static int vcd_read(int fd,char *mem)
-{
- return -1;
-}
-
-static inline void vcd_set_msf(unsigned int sect)
-{
-}
-
-#endif /* !linux && !sun */
+#endif