summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-12 23:03:11 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-12 23:05:26 +0100
commit675a66a93bf8138d629573fbdadd05bd7771012e (patch)
treec6974dea3c869c03e85ad6b296aa9d8202a1cdeb /doc/platform.texi
parent835f41376da1250a68a7d8c90fe3dc4049051fad (diff)
doc: switch github urls to https
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index f5bfd256c7..13547540b9 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -52,14 +52,14 @@ unacelerated code.
Mac OS X on PowerPC or ARM (iPhone) requires a preprocessor from
@url{https://github.com/FFmpeg/gas-preprocessor} or
-@url{http://github.com/yuvi/gas-preprocessor} to build the optimized
+@url{https://github.com/yuvi/gas-preprocessor} to build the optimized
assembler functions. Put the Perl script somewhere
in your PATH, FFmpeg's configure will pick it up automatically.
Mac OS X on amd64 and x86 requires @command{yasm} to build most of the
optimized assembler functions. @uref{http://www.finkproject.org/, Fink},
@uref{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix},
-@uref{http://mxcl.github.com/homebrew/, Homebrew}
+@uref{https://mxcl.github.com/homebrew/, Homebrew}
or @uref{http://www.macports.org, MacPorts} can easily provide it.