SDL_mixer: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:03 +01:00
parent 603f57fdc6
commit 72247eda66
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ cd $PKG_BUILD
--enable-music-mp3-shared \
--enable-music-mp3-mad-gpl \
--disable-smpegtest \
--with-gnu-ld \
--with-sdl-prefix=$SYSROOT_PREFIX/usr \
make

View File

@ -12,3 +12,5 @@ PKG_SECTION="multimedia"
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_IS_ADDON="no"
PKG_AUTORECONF="no"