diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:53:58 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-18 21:57:38 +0100 |
commit | faa6f1c306b817a7349e3fe16590371d6d499998 (patch) | |
tree | 4a7f97223ee136465e54ba81acd26850489eaba1 /doc | |
parent | fda299f0d01c1691625180786a01b01065df7156 (diff) | |
download | ffmpeg-streaming-faa6f1c306b817a7349e3fe16590371d6d499998.zip ffmpeg-streaming-faa6f1c306b817a7349e3fe16590371d6d499998.tar.gz |
get rid of the last svn mentions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.texi | 2 | ||||
-rw-r--r-- | doc/faq.texi | 4 | ||||
-rw-r--r-- | doc/general.texi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 379f6b2..ec196d7 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -74,7 +74,7 @@ Indent size is 4. The presentation is one inspired by 'indent -i4 -kr -nut'. The TAB character is forbidden outside of Makefiles as is any form of trailing whitespace. Commits containing either will be -rejected by the Subversion repository. +rejected by the git repository. The main priority in Libav is simplicity and small code size in order to minimize the bug count. diff --git a/doc/faq.texi b/doc/faq.texi index a07254a..bfaaaf4 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -23,7 +23,7 @@ help out creating them. @section I have a problem with an old version of Libav; where should I report it? Nowhere. We do not support old Libav versions in any way, we simply lack the time, motivation and manpower to do so. If you have a problem with an -old version of Libav, upgrade to the latest Subversion snapshot. If you +old version of Libav, upgrade to the latest git snapshot. If you still experience the problem, then you can report it according to the guidelines in @url{http://libav.org/bugreports.html}. @@ -47,7 +47,7 @@ Likely reasons @item We are busy and haven't had time yet to read your report or investigate the issue. @item You didn't follow @url{http://libav.org/bugreports.html}. -@item You didn't use Subversion HEAD. +@item You didn't use git master. @item You reported a segmentation fault without gdb output. @item You describe a problem but not how to reproduce it. @item It's unclear if you use ffmpeg as command line tool or use diff --git a/doc/general.texi b/doc/general.texi index cd06533..3ef4d67 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -1032,7 +1032,7 @@ llrint() in its C library. Install your Cygwin with all the "Base" packages, plus the following "Devel" ones: @example -binutils, gcc4-core, make, subversion, mingw-runtime, texi2html +binutils, gcc4-core, make, git, mingw-runtime, texi2html @end example And the following "Utils" one: |