forked from silverfilain/x264_L-SMASH
-
Notifications
You must be signed in to change notification settings - Fork 0
It's dangerous, but dangerous, yet dangerous, and also dangerous.
License
VFR-maniac/x264_DANGEROUS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C 80.9%
- Assembly 17.2%
- Other 1.9%