]> granicus.if.org Git - handbrake/commit
libvpx: fix vpx.pc pkg-config file for static builds (#1385)
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 3 Jun 2018 21:19:46 +0000 (14:19 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Jun 2018 21:19:46 +0000 (14:19 -0700)
commitcc1d825afa463480d54f28f2c1fad4929f97446c
tree5ac8e7feaf52f5c9db7938f215fb44e8110f3249
parent86ad9b9acde85a8c25d1ccea76ef3b25295be4e0
libvpx: fix vpx.pc pkg-config file for static builds (#1385)

The generated vpx.pc file results in undefined symbols during ffmpeg's
configure tests. libpthread is not getting added to the link line as
required. The vpx.pc file needs to include -lpthread in the Libs instead
of Libs.private when generating only a static library.

Fixes https://github.com/HandBrake/HandBrake/issues/1383
contrib/libvpx/A00-static-pkg-config.patch [new file with mode: 0644]