summaryrefslogtreecommitdiffstats
path: root/rules/flac.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-01-25 12:38:29 +0100
committerErwin Rol <erwin@erwinrol.com>2010-02-02 00:34:14 +0100
commit223b61d94b7e6e627edd81f7b1892084baf1ec07 (patch)
treeb2f5d9929be5c65fb67b7fa8f8a9389c4cc0f33c /rules/flac.in
parentbe896df84a33212a15ab07173ac4a3b90431741e (diff)
downloadptxdist-223b61d94b7e6e627edd81f7b1892084baf1ec07.tar.gz
ptxdist-223b61d94b7e6e627edd81f7b1892084baf1ec07.tar.xz
[flac] New packet
Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/flac.in')
-rw-r--r--rules/flac.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/flac.in b/rules/flac.in
new file mode 100644
index 000000000..003a3962e
--- /dev/null
+++ b/rules/flac.in
@@ -0,0 +1,26 @@
+## SECTION=multimedia_libs
+
+menuconfig FLAC
+ tristate
+ select LIBOGG
+ prompt "flac "
+ help
+ FLAC stands out as the fastest and most widely
+ supported lossless audio codec, and the only one
+ that at once is non-proprietary, is unencumbered
+ by patents, has an open-source reference
+ implementation, has a well documented format
+ and API, and has several other independent
+ implementations.
+
+if FLAC
+
+config FLAC_INSTALL_FLAC
+ bool
+ prompt "Install flac"
+
+config FLAC_INSTALL_METAFLAC
+ bool
+ prompt "Install metaflac"
+
+endif