From ca7998c413ee054536584c667f5562bab2764469 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Wed, 20 Oct 2004 05:04:00 +0000 Subject: Start of VCD support on Mac OS X (still not finished, but doesn't break anything) CVS patchset: 7054 CVS date: 2004/10/20 05:04:00 --- src/input/input_vcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_vcd.c') diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index 49895e67b..eed5e2796 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.75 2004/07/20 00:50:11 rockyb Exp $ + * $Id: input_vcd.c,v 1.76 2004/10/20 05:04:00 athp Exp $ * */ @@ -636,7 +636,7 @@ static void vcd_offset_to_time (off_t offset, uint8_t *min, uint8_t *sec, } -#if defined (__linux__) || defined(__sun) +#if defined (__linux__) || defined(__sun) || defined(HOST_OS_DARWIN) static off_t vcd_plugin_seek (input_plugin_t *this_gen, off_t offset, int origin) { -- cgit v1.2.3