Im trying to install ffmpeg,.. When I write comand:
git clone --depth 1 http://source.ffmpeg.org/git/ffmpeg.git
I got this error.. why??
Initialized empty Git repository in /root/ffmpeg_sources/ffmpeg/ffmpeg/.git/ fatal: dumb http transport does not support --depth
Installing from this source.. https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
--depth
was not removed. Also, consider accepting Bret''s answer since it provides a working solution for the specific issue in your question. – llogan