Skip to content

Commit

Permalink
some test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Apr 25, 2024
1 parent 3b2e411 commit eb1460a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gpkg/libsndfile/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Library for reading/writing audio files"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION="1.2.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/libsndfile/libsndfile/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ffe12ef8add3eaca876f04087734e6e8e029350082f3251f565fa9da55b52121
TERMUX_PKG_DEPENDS="libflac-glibc, libogg-glibc, libopus-glibc, libvorbis-glibc, libmpg123-glibc, libmp3lame-glibc"
Expand All @@ -11,7 +12,3 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DENABLE_EXTERNAL_LIBS=ON
-DENABLE_MPEG=ON
"

termux_step_pre_configure() {
CFLAGS+=" -lm"
}

0 comments on commit eb1460a

Please sign in to comment.