[vlc-commits] contrib: dvdnav: use pkg_static helper
Konstantin Pavlov
git at videolan.org
Sun Mar 22 17:12:14 CET 2020
vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Oct 27 11:23:52 2019 +0300| [0b02420f3afe388d919fa63fabdfd1b4cd90e7b4] | committer: Jean-Baptiste Kempf
contrib: dvdnav: use pkg_static helper
(cherry picked from commit e2bf67dd94b0015f8bb6700fac2685ff1b8d581b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0b02420f3afe388d919fa63fabdfd1b4cd90e7b4
---
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 7aec80cc2a..07288e4cca 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -19,7 +19,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 = dvdcss dvdread
More information about the vlc-commits
mailing list