Commit 2565b56a authored by Romain Naour's avatar Romain Naour Committed by Peter Korsgaard
Browse files

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 28f67899, 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: default avatarRomain Naour <romain.naour@gmail.com>
Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 76b51f90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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,