[vlc-devel] Fwd: [Patch] Symbian Merge__Changes to /src/bin

Pankaj yadav pankajdnapster at gmail.com
Thu Jul 29 11:42:14 CEST 2010


Sorry I just messed up with git..A new one again

On Thu, Jul 29, 2010 at 2:28 PM, Jean-Baptiste Kempf <jb at videolan.org>wrote:

> On Thu, Jul 29, 2010 at 01:46:48AM -0700, Pankaj yadav wrote :
> > -#if 0
> >  /** Signals **/
> >  #include <signal.h>
> >
> > @@ -253,7 +252,6 @@ error:
> >      LOG("Blocked", "%d, %p, %p", signum, act, old);
> >      return -1;
> >  }
> > -#endif
> Why ?
>
> > -static void exit_timeout (int signum)
> > -{
> > -    (void) signum;
> > -    signal (SIGINT, SIG_DFL);
> > -}
> Why?
>
> > +#ifndef SYMBIAN
> >      if (signal_ignored (SIGHUP)) /* <- needed to handle nohup properly
> */
> >          sigdelset (&set, SIGHUP);
> >      sigdelset (&set, SIGPIPE);
> > @@ -225,16 +235,9 @@ int main( int i_argc, const char *ppsz_argv[] )
> >      do
> >          sigwait (&set, &signum);
> >      while (signum == SIGCHLD);
> > -
> > -    /* Restore default signal behaviour after 3 seconds */
> > -    sigemptyset (&set);
> > -    sigaddset (&set, SIGINT);
> > -    sigaddset (&set, SIGALRM);
> > -    signal (SIGINT, SIG_IGN);
> > -    signal (SIGALRM, exit_timeout);
> > -    pthread_sigmask (SIG_UNBLOCK, &set, NULL);
> > -    alarm (3);
> > -
> > +#else
> > +    symbian_libvlc_Wait((libvlc_int_t*)vlc);
> > +#endif
>
> Why removing those lines?
>
> Best Regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Pankaj Yadav

Open Source Enthusiast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100729/a042aa57/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Symbian-merge-Changes-to-bin.patch
Type: text/x-patch
Size: 3062 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100729/a042aa57/attachment.bin>


More information about the vlc-devel mailing list