shithub: libvpx

Download patch

ref: ec52713999312c7c125d71f41b0ddb2345ac1de8
parent: 429743c56b77f5f9e3d0599ea0b7ffa42d867e3d
author: Andoni Morales Alastruey <ylatuya@gmail.com>
date: Thu Aug 9 08:29:16 EDT 2012

vpx.pc: add missing library for static links

Change-Id: Ic4be3145e8a90d66aa4499416094bd08a9e09af4

--- a/libs.mk
+++ b/libs.mk
@@ -243,6 +243,7 @@
 	$(qexec)echo 'Requires:' >> $@
 	$(qexec)echo 'Conflicts:' >> $@
 	$(qexec)echo 'Libs: -L$${libdir} -lvpx -lm' >> $@
+	$(qexec)echo 'Libs.private: -lpthread' >> $@
 	$(qexec)echo 'Cflags: -I$${includedir}' >> $@
 INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc
 INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc