]> granicus.if.org Git - handbrake/commit
Change pthread mutex's to be explicitly NORMAL instead of relying on the default...
authoreddyg <eddyg.hb@myreflection.org>
Mon, 6 Oct 2008 21:36:01 +0000 (21:36 +0000)
committereddyg <eddyg.hb@myreflection.org>
Mon, 6 Oct 2008 21:36:01 +0000 (21:36 +0000)
commit71febc94826583e61194ad98ff91ace2dc2366cf
tree00c91297d607c514858ba32d801e9b720ad3a49a
parentc1fa8a9521bb2401ffd9a1d09afaed7f436216af
Change pthread mutex's to be explicitly NORMAL instead of relying on the default on a per OS basis. Cygwin was using RECURSIVE as a default, which does not block the caller upon a second lock. This commit fixes decomb, and slow, and slower deinterlace on Windows.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1817 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/ports.c