summaryrefslogtreecommitdiffstats
path: root/package/opus-tools
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-09-10 15:07:45 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-10 21:49:25 +0200
commit685e50f5171eea2ad560523ff31d38ff6e3c0376 (patch)
tree174e607fa5d79f7bd53c9c568c2d2517308d509c /package/opus-tools
parentfef61fb4681add1f57c3ea6295c7d4f7ec973998 (diff)
downloadbuildroot-685e50f5171eea2ad560523ff31d38ff6e3c0376.tar.gz
buildroot-685e50f5171eea2ad560523ff31d38ff6e3c0376.zip
opus-tools: disable flac when it is not selected
opus-tools expects flac since the 0.1.7 bump unless otherwise told so. Disable it when it's not selected. Fixes: http://autobuild.buildroot.net/results/c8c/c8c1a682336c150ee401f76b173944611b96bd4e/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/opus-tools')
-rw-r--r--package/opus-tools/opus-tools.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/opus-tools/opus-tools.mk b/package/opus-tools/opus-tools.mk
index bb11a19239..f4dee745fe 100644
--- a/package/opus-tools/opus-tools.mk
+++ b/package/opus-tools/opus-tools.mk
@@ -19,4 +19,10 @@ else
OPUS_TOOLS_CONF_OPT += --disable-sse
endif
+ifeq ($(BR2_PACKAGE_FLAC),y)
+OPUS_TOOLS_DEPENDENCIES += flac
+else
+OPUS_TOOLS_CONF_OPT += --without-flac
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud