diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-12-04 00:02:01 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-08 21:48:46 +0100 |
commit | 1dc19c44570031e28ad40a46f4184c5860371eac (patch) | |
tree | 23ceb307c498d1f11334488e0c70d64b896972ea /package/multimedia/libvorbis/Config.in | |
parent | 5c3817bb46d97bd9e93f1def2eb7f5efb5c16188 (diff) |
libvorbis: split tremor into its own package
This commit splits the Tremor fixed-point implementation
out of the libvorbis package and creates a new package
called 'tremor' for it.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/libvorbis/Config.in')
-rw-r--r-- | package/multimedia/libvorbis/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/multimedia/libvorbis/Config.in b/package/multimedia/libvorbis/Config.in index 28a6a2ea0..e322dd256 100644 --- a/package/multimedia/libvorbis/Config.in +++ b/package/multimedia/libvorbis/Config.in @@ -12,10 +12,3 @@ config BR2_PACKAGE_LIBVORBIS representations such as MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC. - -config BR2_PACKAGE_LIBVORBIS_TREMOR - bool "use fixed point implementation (tremor)" - default y if BR2_SOFT_FLOAT - depends on BR2_PACKAGE_LIBVORBIS - help - Use the Tremor fixed point implementation |