[vlc-commits] contrib/soxr: use pkg-static helper
Sean McGovern
git at videolan.org
Fri Mar 23 16:32:43 CET 2018
vlc/vlc-3.0 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Mar 20 16:12:24 2018 -0400| [7b4c9ec4554447effcfec447c23cb5e1c5302b6f] | committer: Thomas Guillem
contrib/soxr: use pkg-static helper
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
(cherry picked from commit d253a5a26ea66c02b0c40b3ffdd0f81954c90ccf)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7b4c9ec4554447effcfec447c23cb5e1c5302b6f
---
contrib/src/soxr/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/soxr/rules.mak b/contrib/src/soxr/rules.mak
index 3fffc690c8..3aa2c40d3e 100644
--- a/contrib/src/soxr/rules.mak
+++ b/contrib/src/soxr/rules.mak
@@ -18,6 +18,7 @@ soxr: soxr-$(SOXR_VERSION)-Source.tar.xz .sum-soxr
$(APPLY) $(SRC)/soxr/0001-always-generate-.pc.patch
$(APPLY) $(SRC)/soxr/0002-expose-Libs.private-in-.pc.patch
$(APPLY) $(SRC)/soxr/find_ff_pkgconfig.patch
+ $(call pkg_static,"src/soxr.pc.in")
$(MOVE)
.soxr: soxr toolchain.cmake
More information about the vlc-commits
mailing list