mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
SDL_mixer: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
603f57fdc6
commit
72247eda66
@ -25,6 +25,8 @@ cd $PKG_BUILD
|
|||||||
--enable-music-mp3-shared \
|
--enable-music-mp3-shared \
|
||||||
--enable-music-mp3-mad-gpl \
|
--enable-music-mp3-mad-gpl \
|
||||||
--disable-smpegtest \
|
--disable-smpegtest \
|
||||||
|
--with-gnu-ld \
|
||||||
|
--with-sdl-prefix=$SYSROOT_PREFIX/usr \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -12,3 +12,5 @@ PKG_SECTION="multimedia"
|
|||||||
PKG_SHORTDESC="libsdl_mixer: Simple Directmedia Layer - Mixer"
|
PKG_SHORTDESC="libsdl_mixer: Simple Directmedia Layer - Mixer"
|
||||||
PKG_LONGDESC="SDL_mixer is a sound mixing library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple samples along with music without having to code a mixing algorithm themselves. It also simplyfies the handling of loading and playing samples and music from all sorts of file formats."
|
PKG_LONGDESC="SDL_mixer is a sound mixing library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple samples along with music without having to code a mixing algorithm themselves. It also simplyfies the handling of loading and playing samples and music from all sorts of file formats."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user