[vlc-commits] contrib: dvdnav: fix static linking to dvdread (fixes #11530)

Rémi Denis-Courmont git at videolan.org
Wed Jun 11 18:39:52 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 11 19:37:56 2014 +0300| [98a8ecd0ca5474118f35c19eadf8ae12bed57691] | committer: Rémi Denis-Courmont

contrib: dvdnav: fix static linking to dvdread (fixes #11530)

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

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

diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index 4f0a3bb..9a4fc7b 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -26,6 +26,7 @@ $(TARBALLS)/libdvdnav-git.tar.xz:
 
 dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
 	$(UNPACK)
+	cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
 	cd $(UNPACK_DIR) && autoreconf -ivf
 	$(MOVE)
 



More information about the vlc-commits mailing list