summaryrefslogtreecommitdiffstats
path: root/libmpdemux/vcd_read.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-01 23:40:24 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-01 23:40:24 +0000
commitb4608fa5678e9c4a0f28958c812e3eb7295d2020 (patch)
tree8d1258b94f1a6238c5c9787a57f65b423e4fd436 /libmpdemux/vcd_read.h
parent00201b1e0a9e43cf04464b2ed368c83aa725d484 (diff)
downloadmpv-b4608fa5678e9c4a0f28958c812e3eb7295d2020.tar.bz2
mpv-b4608fa5678e9c4a0f28958c812e3eb7295d2020.tar.xz
using #ifdef HAVE_VCD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3262 b3059339-0415-0410-9bf9-f77b7e298cf2
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