diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-31 06:36:04 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-31 06:36:04 +0000 |
commit | 0e170adfa43b7e050671e537f06cbfcbb1e49686 (patch) | |
tree | 909bd7dc1294bb50b791d4ccb4236603049881e7 /package/libvorbis/Config.in | |
parent | d359c6611dc9232392c0545de6a783b4cff4e895 (diff) |
Fix Tremor (integer version of libvorbis) so it builds
Diffstat (limited to 'package/libvorbis/Config.in')
-rw-r--r-- | package/libvorbis/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 6ad0e2009..67deded69 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBVORBIS bool "libvorbis" default n + depends on BR2_PACKAGE_LIBOGG help Library for the Vorbis open source audio decoder Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, @@ -29,3 +30,6 @@ config BR2_PACKAGE_LIBVORBIS_TREMOR help Use the Tremor fixed point implementation Not yet implemented + +comment "libvorbis requires the package libogg to build" + depends on !BR2_PACKAGE_LIBVORBIS |