[vlc-commits] contrib:x264: fix winstore patching
    Steve Lhomme 
    git at videolan.org
       
    Fri Mar 22 08:26:57 CET 2019
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Mar 22 08:26:16 2019 +0100| [5fdb2806f17174452118e744622ee74af94c83d5] | committer: Steve Lhomme
contrib:x264: fix winstore patching
it seems the folder naming changed between 3.0 and 4.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5fdb2806f17174452118e744622ee74af94c83d5
---
 contrib/src/x264/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/x264/rules.mak b/contrib/src/x264/rules.mak
index 49ca5ab508..88deb6a720 100644
--- a/contrib/src/x264/rules.mak
+++ b/contrib/src/x264/rules.mak
@@ -88,7 +88,7 @@ x264 x26410b: %: $(X264_BASENAME) .sum-%
 	mkdir -p $*-git
 	tar xvjfo "$<" --strip-components=1 -C $*-git
 	$(UPDATE_AUTOCONFIG)
-	$(APPLY) $(SRC)/x264/x264-winstore.patch
+	(cd $*-git && patch -fp1) < $(SRC)/x264/x264-winstore.patch
 	mv $*-git $*
 
 x262: x262-git.tar.gz .sum-x262
    
    
More information about the vlc-commits
mailing list