mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/flac: drop unrecognized option
xmms-plugin has been dropped since version 1.4.2 and
8fbeff238c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8280400fba
commit
99d9dc1ad8
@ -17,7 +17,6 @@ FLAC_CONF_OPTS = \
|
||||
$(if $(BR2_POWERPC_CPU_HAS_ALTIVEC),--enable-altivec,--disable-altivec) \
|
||||
$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cpplibs,--disable-cpplibs) \
|
||||
$(if $(BR2_POWERPC_CPU_HAS_VSX),--enable-vsx,--disable-vsx) \
|
||||
--disable-xmms-plugin \
|
||||
--disable-stack-smash-protection
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBOGG),y)
|
||||
|
Loading…
Reference in New Issue
Block a user