mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 05:36:17 +00:00
d758cd4728
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
33 lines
1.3 KiB
Makefile
33 lines
1.3 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="lame"
|
|
PKG_VERSION="3.100"
|
|
PKG_SHA256="ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="http://lame.sourceforge.net/"
|
|
PKG_URL="${SOURCEFORGE_SRC}/lame/lame/3.100/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A high quality MPEG Audio Layer III (MP3) encoder."
|
|
PKG_BUILD_FLAGS="-parallel +pic"
|
|
|
|
# package specific configure options
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
|
--disable-shared \
|
|
--disable-nasm \
|
|
--disable-rpath \
|
|
--disable-cpml \
|
|
--disable-gtktest \
|
|
--disable-efence \
|
|
--disable-analyzer-hooks \
|
|
--enable-decoder \
|
|
--disable-frontend \
|
|
--disable-mp3x \
|
|
--disable-mp3rtp \
|
|
--disable-dynamic-frontends \
|
|
--enable-expopt=no \
|
|
--enable-debug=no \
|
|
--with-gnu-ld \
|
|
--with-fileio=lame \
|
|
GTK_CONFIG=no"
|