vlc | branch: master | Steve Lhomme <[email protected]> | Mon Feb 22 17:39:48 2016 +0100| [ba7845d1315429935689755d988bce8d3a377b0f] | committer: Jean-Baptiste Kempf
contrib: detect x86- HOST as i386 ARCH Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba7845d1315429935689755d988bce8d3a377b0f --- contrib/src/get-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/get-arch.sh b/contrib/src/get-arch.sh index 2df77de..801d6b2 100755 --- a/contrib/src/get-arch.sh +++ b/contrib/src/get-arch.sh @@ -10,7 +10,7 @@ case "$HOST" in amd64-*) ARCH="x86_64" ;; - i[3456]86-*) + i[3456]86-*|x86-*) ARCH="i386" ;; powerpc-*|ppc-*) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
