Add x265 and all its madness

This commit is contained in:
BtbN
2020-09-03 22:49:43 +02:00
parent 9ee8d5d019
commit 1b853bc960
11 changed files with 128 additions and 25 deletions

View File

@ -26,6 +26,14 @@ ffbuild_uncflags() {
return 0
}
ffbuild_cxxflags() {
return 0
}
ffbuild_uncxxflags() {
return 0
}
ffbuild_ldflags() {
return 0
}