vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
