mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
multimedia-tools: squeezelite: support all possible media formats
This commit is contained in:
parent
f279603e81
commit
a2fc98e25f
@ -23,15 +23,15 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/ralph-irving/squeezelite"
|
PKG_SITE="https://github.com/ralph-irving/squeezelite"
|
||||||
PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr"
|
PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr libogg"
|
||||||
PKG_SECTION="tools"
|
PKG_SECTION="tools"
|
||||||
PKG_SHORTDESC="squeezelite"
|
PKG_SHORTDESC="squeezelite"
|
||||||
PKG_LONGDESC="A client for the Logitech Media Server"
|
PKG_LONGDESC="A client for the Logitech Media Server"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT"
|
OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL"
|
||||||
CFLAGS="$CFLAGS $OPTS"
|
CFLAGS="$CFLAGS $OPTS"
|
||||||
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123"
|
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123 -lvorbis -logg"
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
107
|
||||||
|
- squeezelite: support all possible media formats
|
||||||
|
|
||||||
106
|
106
|
||||||
- Update squeezelite to 33cca7e
|
- Update squeezelite to 33cca7e
|
||||||
- Update Mediainfo to 17.10
|
- Update Mediainfo to 17.10
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="multimedia-tools"
|
PKG_NAME="multimedia-tools"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
PKG_REV="106"
|
PKG_REV="107"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE=""
|
PKG_SITE=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user