mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 13:57:39 +02:00
Some cleanup and housekeeping
This commit is contained in:
@ -16,7 +16,7 @@ ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LIBUDFREAD_REPO" "$LIBUDFREAD_COMMIT" libudfread
|
||||
cd libudfread
|
||||
|
||||
./bootstrap || return -1
|
||||
./bootstrap
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
@ -39,7 +39,4 @@ ffbuild_dockerbuild() {
|
||||
make install
|
||||
|
||||
ln -s libudfread.pc "$FFBUILD_PREFIX"/lib/pkgconfig/udfread.pc
|
||||
|
||||
cd ..
|
||||
rm -rf libudfread
|
||||
}
|
||||
|
Reference in New Issue
Block a user