]> granicus.if.org Git - handbrake/commit
Work around fedora mingw pthread library requirement
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 18 Jan 2015 17:25:51 +0000 (17:25 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 18 Jan 2015 17:25:51 +0000 (17:25 +0000)
commitd972a8646edc79e7f4e373c51dc2fb77233989f2
tree9dfa9dd68cc8d4141f2b573d726f949bdc28a8ab
parent9250daa1b69db695007f2b43ae19ec2d66112ef9
Work around fedora mingw pthread library requirement
Fedora mingw seems to require it's own pthread library which causes build
conflicts with our pthread lib.  So this patch distinguishes whether
libpthread or libpthreadGC2 is already installed on the system and uses
the appropriate system lib when found.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6766 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/module.defs
libhb/ports.c
make/configure.py
make/include/main.defs
test/module.defs