Skip to content

VFR-maniac/x264_DANGEROUS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#!/bin/bash

#  Run this script for cloning the repository
#  because simple 'git clone' will breaks the revision numbering.
#  The name of created repository will be x264_DANGEROUS.


workdir=x264_DANGEROUS
plain_repo=git://git.videolan.org/x264.git
dangerous_repo=git://github.com/VFR-maniac/x264_DANGEROUS.git
plain_remote=porigin

git clone $dangerous_repo $workdir
cd $workdir
git remote add $plain_remote $plain_repo
git fetch $plain_remote
git branch plain $plain_remote/master

About

It's dangerous, but dangerous, yet dangerous, and also dangerous.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.9%
  • Assembly 17.2%
  • Other 1.9%