libshout: fix typo
authorJérôme Pouiller <jezz@sysmic.org>
Fri, 17 Oct 2014 14:52:04 +0000 (16:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 18 Oct 2014 07:30:29 +0000 (09:30 +0200)
Fix error:
  package/libshout/libshout.mk:28: *** Package error: use LIBSHOUT_CONF_OPTS instead of LIBSHOUT_CONF_OPT. Please fix your .mk file.  Stop.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libshout/libshout.mk

index 1166f58d3e04ad4f42e1300c3a99bc5518870c2a..faee3eb0ad4ef94ee445a34eaee020266f917ff1 100644 (file)
@@ -19,7 +19,7 @@ LIBSHOUT_CONF_OPTS += --disable-theora
 endif
 
 ifeq ($(BR2_PACKAGE_SPEEX),y)
-LIBSHOUT_CONF_OPT += --enable-speex
+LIBSHOUT_CONF_OPTS += --enable-speex
 LIBSHOUT_DEPENDENCIES += speex
 else
 LIBSHOUT_CONF_OPTS += --disable-speex