Opened 4 years ago
Closed 4 years ago
#9183 closed defect (invalid)
git clone --depth 1
Reported by: | David Hodgson | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
the build instructions on https://trac.ffmpeg.org/wiki/CompilationGuide/Centos use bare 'git clone' which download all versions and changes. For libx265 it downloads 265MB.
If --depth 1 is used everywhere, it much reduces the download size. For libx265 it's reduced from 250MB to <2MB.
In my (limited) experience, the only git clone which doesn;t work with --depth 1 is x265, which needs --depth 2
I've not directly edited the wiki as I'm new here and I wouldn't know the correct way to do that.
Attachments (1)
Change History (6)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
But we are not using master HEAD of x265, are we? As it can be super beta?
comment:3 by , 4 years ago
Yes, the wiki's code is:
git clone https://bitbucket.org/multicoreware/x265_git
--branch stable is better than master :-)
comment:4 by , 4 years ago
From my recent build, libx265 and libx265 both have --branch stable.
For the others, pick a release ...
comment:5 by , 4 years ago
Priority: | minor → normal |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Type: | enhancement → defect |
The wiki is a wiki...
Exact results: