OSDN Git Service

Change pthread mutex's to be explicitly NORMAL instead of relying on the default...
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 6 Oct 2008 21:36:01 +0000 (21:36 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 6 Oct 2008 21:36:01 +0000 (21:36 +0000)
commit50cef1021ee93fcaa97b1161af7e56f6b7f7a24a
tree00c91297d607c514858ba32d801e9b720ad3a49a
parente3ed1af85d617724db9df501b44da9dae59e33c4
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://localhost/HandBrake/trunk@1817 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/ports.c