Update build.sh
This commit is contained in:
parent
c7921e2737
commit
2befef9aa0
4
build.sh
4
build.sh
@ -61,7 +61,7 @@ function compile_x264 {
|
|||||||
function compile_fdk-aac {
|
function compile_fdk-aac {
|
||||||
cd $SRC/fdk-aac
|
cd $SRC/fdk-aac
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
compile fdk-aac "--disable-static --enable-shared"
|
compile fdk-aac "--disable-static --disable-shared"
|
||||||
}
|
}
|
||||||
|
|
||||||
function compile_x265 {
|
function compile_x265 {
|
||||||
@ -196,7 +196,7 @@ for file in *.a; do
|
|||||||
mv "$file" "`basename "$file" .a`.lib"
|
mv "$file" "`basename "$file" .a`.lib"
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -rf $BUILD/lib/pkgconfig
|
rm -rf $BUILD/lib/pkgconfig $BUILD/lib/fdk-aac.lib $BUILD/lib/libfdk-aac.la
|
||||||
|
|
||||||
# Build a package
|
# Build a package
|
||||||
cd $BUILD
|
cd $BUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user