ffmpeg: Include libraries and headers

This commit is contained in:
Jeremy Soller 2018-12-30 10:46:13 -07:00
parent 5997efe115
commit ea74ee1869
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -44,6 +44,5 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -rf "$1"/{include,lib,share}
skip=1
}