summaryrefslogtreecommitdiff
path: root/package/tremor
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-01-02 15:42:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-03 21:51:15 +0100
commit2565b56a11213f14239f7dc7b212855b9987d648 (patch)
tree5e8bf7b3922b9f232db09a1896fededafdfc558b /package/tremor
parent76b51f90c0e393349dd0c71d7e6cf82fbc094282 (diff)
package/tremor: select libogg package
tremor depends on libogg package but doesn't select it in Config.in. so libogg build is trigged at Makefile level. Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build stop if a package build is trigged at Makefile level without being selected at Config.in level. Fixes: http://autobuild.buildroot.net/results/0da/0da3265f0f1e499f5d34ed32b0d13a2eda53f976 Signed-off-by: Romain Naour <romain.naour@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tremor')
-rw-r--r--package/tremor/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tremor/Config.in b/package/tremor/Config.in
index 61259261e..1a478c47a 100644
--- a/package/tremor/Config.in
+++ b/package/tremor/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_TREMOR
bool "tremor (fixed point vorbis decoder)"
+ select BR2_PACKAGE_LIBOGG
help
Tremor is a fixed point implementation of an Ogg Vorbis
decoder. It provides a decoding API similar to libvorbis,