Commit d2cd9fcc authored by Christophe Massiot's avatar Christophe Massiot

* New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;

* Mac OS X fix.
parent ad3ee795
......@@ -2,7 +2,7 @@
* video_decoder.c : video decoder thread
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: video_decoder.c,v 1.7 2002/04/15 23:04:08 massiot Exp $
* $Id: video_decoder.c,v 1.8 2002/05/13 23:15:43 massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@zoy.org>
......@@ -117,7 +117,7 @@ void vdec_DestroyThread( vdec_thread_t *p_vdec )
*****************************************************************************/
void vdec_InitThread( vdec_thread_t * p_vdec )
{
#if !defined(SYS_BEOS)
#if !defined(SYS_BEOS) && !defined(SYS_DARWIN)
# if VDEC_NICE
/* Re-nice ourself - otherwise we would steal CPU time from the video
* output, which would make a poor display. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment