[vlc-commits] contrib: Restored pkg-config file fix.

Konstantin Pavlov git at videolan.org
Sat Dec 1 15:47:31 CET 2018


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sat Dec  1 17:46:26 2018 +0300| [8a33aea097a44854b49c816eafcf8f0e4d9fd69b] | committer: Konstantin Pavlov

contrib: Restored pkg-config file fix.

Broken in 63179341afc6b04961c602957bbd0fd61957af79.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8a33aea097a44854b49c816eafcf8f0e4d9fd69b
---

 contrib/src/shout/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index fedff47b56..07f577dce1 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -24,6 +24,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
 	$(APPLY) $(SRC)/shout/libshout-arpa.patch
 	$(APPLY) $(SRC)/shout/fix-xiph_openssl.patch
 	$(APPLY) $(SRC)/shout/no-examples.patch
+	$(call pkg_static,"shout.pc.in")
 	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 



More information about the vlc-commits mailing list