[vlc-devel] [PATCH 8/8] qt4: Make the Qt4 interface compile on Mac OS X

Jean-Baptiste Kempf jb at videolan.org
Thu Jul 22 12:17:22 CEST 2010


On Wed, Jul 21, 2010 at 06:26:28PM +0300, Rémi Denis-Courmont wrote :
> Le mercredi 21 juillet 2010 16:54:26 Juho Vähä-Herttua, vous avez écrit :
> > -#if defined(Q_WS_X11) || defined(Q_WS_WIN)
> > +#if defined(Q_WS_X11) || defined(Q_WS_WIN) || defined(Q_WS_MAC)
> >      add_submodule ()
> >  #if defined(Q_WS_X11)
> >          set_capability( "vout window xid", 0 )
> >  #elif defined(Q_WS_WIN)
> >          set_capability( "vout window hwnd", 0 )
> > +#elif defined(Q_WS_MAC)
> > +        set_capability( "vout window nsobject", 0 )
> >  #endif
> >          set_callbacks( WindowOpen, WindowClose )
> > +#else
> > +# error FIXME
> >  #endif

Q_WS_S60 and Q_WS_QWS exist and shouldn't be an error

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list