[MPlayer-users] Reverting to specific revision

Andy Furniss andyqos at ukfsn.org
Mon Dec 24 15:00:50 CET 2012


John Brown wrote:
> Nicolas George <nicolas.george <at> normalesup.org> writes:
>
>>
>> Le quartidi 4 nivôse, an CCXXI, John Brown a écrit :
>>> When I run the command in ./mplayer/ffmpeg ... there is
>>> no output.
>
> <snip/>
>
>>
>> The automatic checkout make by mplayer's configure uses the "--depth 1"
>> option, to save on download time, bandwidth and disk usage. It makes the
>> checkout unusable for any history management.
>>
>
> I see. It seems that I really need to study git now.

What I do if I need full git is rm -rf ffmpeg, then edit mplayers 
configure to remove the --depth 1 from the git clone line which is 
handily near the top.

when you run ./configure you will get a full git.

reinstate configure to it's normal state - edit or

svn st -q | awk '{print $2;}' | xargs svn revert

Mplayer puts an empty file called mp_auto_pull
in the ffmpeg dir - when testing with ffmpeg reset to older commits 
remove this to prevent ./configure from updating ffmpeg.



More information about the MPlayer-users mailing list