This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
sox: Build without opus (explicitly)
Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess
6 years ago
parent
5e7b5dcdbf
commit
69eae69032
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
sound/sox/Makefile
+ 2
- 1
sound/sox/Makefile
View File
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
sox
PKG_VERSION
:=
14.4.2
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
@SF/sox
@ -51,6 +51,7 @@ CONFIGURE_ARGS += \
--without-ladspa
\
--without-png
\
--without-sndfile
\
--without-opus
\
--with-lame
\
--with-id3tag
\
--disable-openmp
Write
Preview
Loading…
Cancel
Save