[vlc-devel] commit: JACK access seems broken (JACK has function for waiting...) ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Aug 25 16:22:27 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 25 17:12:10 2009 +0300| [755addfe54ab93a64fe97aefacbd5fe6a4d18ad0] | committer: Rémi Denis-Courmont 

JACK access seems broken (JACK has function for waiting...)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=755addfe54ab93a64fe97aefacbd5fe6a4d18ad0
---

 modules/access/jack.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/access/jack.c b/modules/access/jack.c
index 6b4c489..0ff2a81 100644
--- a/modules/access/jack.c
+++ b/modules/access/jack.c
@@ -462,6 +462,8 @@ static block_t *GrabJack( demux_t *p_demux )
 
     if( i_read < 100 ) /* avoid small read */
     {   /* vlc has too much free time on its hands? */
+#undef msleep
+#warning Hmm.... looks wrong
         msleep(1000);
         return NULL;
     }




More information about the vlc-devel mailing list