[vlc-commits] contrib: dvdnav: use pkg_static helper

Konstantin Pavlov git at videolan.org
Sun Oct 27 09:29:59 CET 2019


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Oct 27 11:23:52 2019 +0300| [e2bf67dd94b0015f8bb6700fac2685ff1b8d581b] | committer: Konstantin Pavlov

contrib: dvdnav: use pkg_static helper

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

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

diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index 0bfc16c3e9..eb55648522 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -21,7 +21,7 @@ $(TARBALLS)/libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2:
 
 dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2 .sum-dvdnav
 	$(UNPACK)
-	cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
+	$(call pkg_static,"misc/dvdnav.pc.in")
 	$(MOVE)
 
 DEPS_dvdnav = dvdread $(DEPS_dvdread)



More information about the vlc-commits mailing list