diff options
Diffstat (limited to 'openwrt/package/flac/Config.in')
-rw-r--r-- | openwrt/package/flac/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/flac/Config.in b/openwrt/package/flac/Config.in new file mode 100644 index 000000000..73cdd86f5 --- /dev/null +++ b/openwrt/package/flac/Config.in @@ -0,0 +1,14 @@ +config BR2_COMPILE_FLAC + bool + default n + depends BR2_PACKAGE_LIBFLAC + +config BR2_PACKAGE_LIBFLAC + tristate "libflac - Free Lossless Audio Codec library" + default m if CONFIG_DEVEL + select BR2_COMPILE_FLAC + help + Free Lossless Audio Codec library + + http://flac.sourceforge.net/ + |