Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
fb1bf445
Commit
fb1bf445
authored
Nov 24, 2015
by
Andreas Cadhalpun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-howto: mention how to clone ffmpeg-web
Signed-off-by:
Andreas Cadhalpun
<
Andreas.Cadhalpun@googlemail.com
>
parent
bc517be6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
git-howto.texi
doc/git-howto.texi
+15
-0
No files found.
doc/git-howto.texi
View file @
fb1bf445
...
...
@@ -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
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,
otherwise you may experience spurious compilation failures. One way to
achieve this is to run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment