diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-10-20 05:04:00 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-10-20 05:04:00 +0000 |
commit | ca7998c413ee054536584c667f5562bab2764469 (patch) | |
tree | 4b582f8fbff8f7d8f0fc870a2f9adbd782f88faa /src/input/input_vcd.c | |
parent | 5a18818b13d8b49b8ff1d08be99cfd268abc7acb (diff) | |
download | xine-lib-ca7998c413ee054536584c667f5562bab2764469.tar.gz xine-lib-ca7998c413ee054536584c667f5562bab2764469.tar.bz2 |
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
Diffstat (limited to 'src/input/input_vcd.c')
-rw-r--r-- | src/input/input_vcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |