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

Konstantin Pavlov git at videolan.org
Sun Mar 22 17:09:57 CET 2020


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Oct 27 11:24:40 2019 +0300| [4247f5e5aaf9da473e4fe62a518781a93381b819] | committer: Jean-Baptiste Kempf

contrib: dvdread: use pkg_static helper

(cherry picked from commit d52cea96364c75882f736975ff30a4d28677a27d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
index 837e0c241f..293f3d1314 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -18,7 +18,7 @@ $(TARBALLS)/libdvdread-$(LIBDVDREAD_VERSION).tar.bz2:
 
 dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 .sum-dvdread
 	$(UNPACK)
-	cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
+	$(call pkg_static,"misc/dvdread.pc.in")
 	$(MOVE)
 
 DEPS_dvdread = dvdcss



More information about the vlc-commits mailing list