diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-11-22 00:46:14 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-11-22 00:46:14 +0100 |
commit | 2e08a82d5e77781e2794b244f11254108bf5b46b (patch) | |
tree | dd90876ac0a07fdd41fd0a26c2058f428e989adb /doc | |
parent | 3a0f3ffe8ecedd13e5182f0a9d13f2670e72c5ea (diff) | |
download | ffmpeg-2e08a82d5e77781e2794b244f11254108bf5b46b.tar.gz |
Fix the path to the C99-to-C89 Converter & Wrapper to the only existing repository.
Ronald deleted his public c99-to-c89 repository today.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index fa78b27321..dcdfff20d7 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -114,7 +114,7 @@ wrapper. You will need the following prerequisites: @itemize -@item @uref{https://github.com/rbultje/c99-to-c89/, C99-to-C89 Converter & Wrapper} +@item @uref{https://github.com/libav/c99-to-c89/, C99-to-C89 Converter & Wrapper} @item @uref{http://code.google.com/p/msinttypes/, msinttypes} @item @uref{http://www.mingw.org/, MSYS} @item @uref{http://yasm.tortall.net/, YASM} |