]> granicus.if.org Git - libvpx/commit
test_libvpx: disable pthreads in gtest
authorJames Zern <jzern@google.com>
Wed, 19 Jun 2013 02:19:20 +0000 (19:19 -0700)
committerJames Zern <jzern@google.com>
Wed, 19 Jun 2013 18:50:20 +0000 (11:50 -0700)
commit90a9900abb79fabfd44189a959d14ca677c2777a
treeef7d54710ee6092e06e0757f98275cae32bf28bd
parent2319b7aaf17b7efe143862bf0569fe8c9efd9d1f
test_libvpx: disable pthreads in gtest

currently threading is internal to libvpx so thread safety is unneeded
in libgtest -- visual studio builds already operate in this way as they
do not have pthread.h available by default.

this removes an unconditional link to libpthread using $(extralibs)
should libvpx require it.

Change-Id: Ieae1d693406653a54b54fba818c598836797d33b
configure
libs.mk