From 1dc19c44570031e28ad40a46f4184c5860371eac Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 4 Dec 2009 00:02:01 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- package/multimedia/tremor/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/multimedia/tremor/Config.in (limited to 'package/multimedia/tremor/Config.in') diff --git a/package/multimedia/tremor/Config.in b/package/multimedia/tremor/Config.in new file mode 100644 index 000000000..2e58e0985 --- /dev/null +++ b/package/multimedia/tremor/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_TREMOR + bool "tremor (fixed point vorbis decoder)" + help + Tremor is a fixed point implementation of an Ogg Vorbis + decoder. It provides a decoding API similar to libvorbis, + but gives much better performance on systems without a + floating-point unit. -- cgit v1.2.3