[vlc-commits] contrib: vpx: fix .pc file

Rafaël Carré git at videolan.org
Sun Jun 8 20:31:19 CEST 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun  8 10:21:50 2014 -0700| [7a830768702473305c8d48e95616220a16a3e2f1] | committer: Rafaël Carré

contrib: vpx: fix .pc file

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

 contrib/src/vpx/rules.mak |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index a22abd1..410c148 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -95,5 +95,7 @@ endif
 .vpx: libvpx
 	cd $< && CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \
 		$(VPX_CONF) --prefix=$(PREFIX)
+	cd $< && $(MAKE)
+	cd $< && ../../../contrib/src/pkg-static.sh vpx.pc
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list