mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 17:15:01 +02:00
remove BROKEN,add --without-mp3 by default
This commit is contained in:
parent
4ad9ef57fc
commit
760fbb19b9
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/moc
|
define Package/moc
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac @BROKEN
|
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncurses +libiconv +alsa-utils +libid3tag +libflac
|
||||||
TITLE:=Music On Console
|
TITLE:=Music On Console
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ TARGET_LDFLAGS+= \
|
|||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
$(call autoconf_bool,CONFIG_BUILD_PATENTED,mad) \
|
--without-mp3 \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-debug
|
--disable-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user