summaryrefslogtreecommitdiffstats
path: root/rules/libvorbis.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:49:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:49:35 +0100
commit202b88ea67e34e967c3eaee1134d9a6e6d9e1d5f (patch)
treec73b2de77c5b8732fabd93d81bdc93a10a8a7d5c /rules/libvorbis.in
parent1d8accebed3229ec705edc85c9315ad4e98ec692 (diff)
downloadptxdist-202b88ea67e34e967c3eaee1134d9a6e6d9e1d5f.tar.gz
ptxdist-202b88ea67e34e967c3eaee1134d9a6e6d9e1d5f.tar.xz
[libvorbis] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libvorbis.in')
-rw-r--r--rules/libvorbis.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libvorbis.in b/rules/libvorbis.in
index 8b588b75e..b77212779 100644
--- a/rules/libvorbis.in
+++ b/rules/libvorbis.in
@@ -2,7 +2,8 @@
config LIBVORBIS
tristate
- select LIBOGG
prompt "libvorbis"
+ select LIBC_M
+ select LIBOGG
help
Vorbis is a free audio codec, usually used with the Ogg streaming format.