[vlc-commits] contrib: shout: fix pkg-config file (fixes #16386)

Rémi Denis-Courmont git at videolan.org
Sat Aug 6 10:13:59 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug  6 11:13:44 2016 +0300| [8d05c7503183e62114cb0b110160e1c01bd53ef2] | committer: Rémi Denis-Courmont

contrib: shout: fix pkg-config file (fixes #16386)

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

 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 479caea..500420c 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -23,6 +23,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
 	$(APPLY) $(SRC)/shout/bsd.patch
 	$(APPLY) $(SRC)/shout/libshout-arpa.patch
 	$(APPLY) $(SRC)/shout/fix-xiph_openssl.patch
+	$(call pkg_static,"shout.pc.in")
 	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 



More information about the vlc-commits mailing list