[vlc-commits] contrib: x26410b: make package visible to build system
    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:31 2017 +0200| [1e93520dbb64433823586afc4f83c95c153a9062] | committer: Rémi Denis-Courmont
contrib: x26410b: make package visible to build system
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e93520dbb64433823586afc4f83c95c153a9062
---
 contrib/src/x264/rules.mak | 1 +
 1 file changed, 1 insertion(+)
diff --git a/contrib/src/x264/rules.mak b/contrib/src/x264/rules.mak
index 7a329ba..848b776 100644
--- a/contrib/src/x264/rules.mak
+++ b/contrib/src/x264/rules.mak
@@ -22,6 +22,7 @@ ifeq ($(call need_pkg,"x262"),)
 PKGS_FOUND += x262
 endif
 
+PKGS_ALL += x26410b
 
 X264CONF = --prefix="$(PREFIX)" --host="$(HOST)" \
 	--enable-static \
    
    
More information about the vlc-commits
mailing list