1
0
Fork 0

Update 'opus-tools_static_build'

This commit is contained in:
MGislv 2022-09-03 20:03:15 +00:00
parent 6d71ff1359
commit a7dcabd2c0
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@
export BUILD_DIR="$(pwd)/build"
export PKG_CONFIG_PATH="$BUILD_DIR/lib/pkgconfig"
#export OPT_FLAGS='-march=x86-64 -mtune=generic -O2'
XIPH=https://gitlab.xiph.org/xiph/
LIBS=(ogg flac opus libopusenc opusfile opus-tools)
@ -113,5 +112,5 @@ cd ..
for file in "$BUILD_DIR"/bin/opus*
do
cp "$file" "$PWD/$(basename "$file")-static"
strip -s "$PWD/$(basename "$file")-static"
strip --strip-debug "$PWD/$(basename "$file")-static"
done