Some cleanup and housekeeping
This commit is contained in:
parent
12ab519046
commit
fcd5acba08
57 changed files with 137 additions and 304 deletions
|
@ -14,12 +14,9 @@ ffbuild_dockerstage() {
|
|||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$FFNVCODEC_REPO" "$FFNVCODEC_COMMIT" ffnvcodec
|
||||
pushd ffnvcodec
|
||||
cd ffnvcodec
|
||||
|
||||
make PREFIX="$FFBUILD_PREFIX" install || return -1
|
||||
|
||||
popd
|
||||
rm -rf ffnvcodec
|
||||
make PREFIX="$FFBUILD_PREFIX" install
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue