diff libmpdemux/vcd_read.h @ 3261:caac174877b7

using #ifdef HAVE_VCD
author arpi
date Sat, 01 Dec 2001 23:40:24 +0000
parents f51307170f69
children 1394aebaa838
line wrap: on
line diff
--- a/libmpdemux/vcd_read.h	Sat Dec 01 23:39:47 2001 +0000
+++ b/libmpdemux/vcd_read.h	Sat Dec 01 23:40:24 2001 +0000
@@ -254,31 +254,8 @@
 }
 #endif
 
-#else /* linux || sun */
-
-int vcd_seek_to_track(int fd,int track)
-{
-  return -1;
-}
-
-int vcd_get_track_end(int fd,int track)
-{
-  return -1;
-}
+#else /* linux || sun || __bsdi__ */
 
-void vcd_read_toc(int fd)
-{
-}
-
-static char vcd_buf[VCD_SECTOR_SIZE];
+#error vcd is not yet supported on this arch...
 
-static int vcd_read(int fd,char *mem)
-{
-  return -1;
-}
-
-static inline void vcd_set_msf(unsigned int sect)
-{
-}
-
-#endif /* !linux && !sun */
+#endif