[vlc-commits] contrib: x262: disable for the time being
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Feb 21 18:41:24 CET 2017
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 21 19:37:54 2017 +0200| [6588058a9f15cc282a5798f6893b898e0141b0b1] | committer: Rémi Denis-Courmont
contrib: x262: disable for the time being
The build do not seem to work and the package is never enabled.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6588058a9f15cc282a5798f6893b898e0141b0b1
---
 contrib/src/x264/rules.mak | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/src/x264/rules.mak b/contrib/src/x264/rules.mak
index 848b776..c8fb41d 100644
--- a/contrib/src/x264/rules.mak
+++ b/contrib/src/x264/rules.mak
@@ -18,9 +18,9 @@ ifeq ($(call need_pkg,"x26410b"),)
 PKGS_FOUND += x26410b
 endif
 
-ifeq ($(call need_pkg,"x262"),)
-PKGS_FOUND += x262
-endif
+#ifeq ($(call need_pkg,"x262"),)
+#PKGS_FOUND += x262
+#endif
 
 PKGS_ALL += x26410b
 
    
    
More information about the vlc-commits
mailing list