mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 21:17:58 +00:00
git-howto: mention how to clone ffmpeg-web
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
parent
bc517be6b0
commit
fb1bf4454e
@ -65,6 +65,21 @@ git clone git@@source.ffmpeg.org:ffmpeg <target>
|
|||||||
This will put the FFmpeg sources into the directory @var{<target>} and let
|
This will put the FFmpeg sources into the directory @var{<target>} and let
|
||||||
you push back your changes to the remote repository.
|
you push back your changes to the remote repository.
|
||||||
|
|
||||||
|
@example
|
||||||
|
git clone gil@@ffmpeg.org:ffmpeg-web <target>
|
||||||
|
@end example
|
||||||
|
|
||||||
|
This will put the source of the FFmpeg website into the directory
|
||||||
|
@var{<target>} and let you push back your changes to the remote repository.
|
||||||
|
(Note that @var{gil} stands for GItoLite and is not a typo of @var{git}.)
|
||||||
|
|
||||||
|
If you don't have write-access to the ffmpeg-web repository, you can
|
||||||
|
create patches after making a read-only ffmpeg-web clone:
|
||||||
|
|
||||||
|
@example
|
||||||
|
git clone git://ffmpeg.org/ffmpeg-web <target>
|
||||||
|
@end example
|
||||||
|
|
||||||
Make sure that you do not have Windows line endings in your checkouts,
|
Make sure that you do not have Windows line endings in your checkouts,
|
||||||
otherwise you may experience spurious compilation failures. One way to
|
otherwise you may experience spurious compilation failures. One way to
|
||||||
achieve this is to run
|
achieve this is to run
|
||||||
|
Loading…
Reference in New Issue
Block a user