Enable shared build for libdvdcss

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/357/head
Timothy Gu 10 years ago
parent 6c0141a966
commit 14fa184351

@ -18,10 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
$(MXE_CONFIGURE_OPTS) \
--disable-doc
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install

Loading…
Cancel
Save