mpg123: add shared support

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-04-14 19:09:26 -07:00
parent 91b2afd594
commit 27c0ab09f6
1 changed files with 1 additions and 5 deletions

View File

@ -18,14 +18,10 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--with-default-audio=win32 \
--with-audio=win32,sdl,dummy \
--enable-modules=no
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
$(PKG)_BUILD_SHARED =