projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix another dependency bug introduced by [2333] (last one ?)
[openwrt.git]
/
openwrt
/
package
/
flac
/
Config.in
diff --git
a/openwrt/package/flac/Config.in
b/openwrt/package/flac/Config.in
index
73cdd86
..
12405fc
100644
(file)
--- a/
openwrt/package/flac/Config.in
+++ b/
openwrt/package/flac/Config.in
@@
-2,13
+2,14
@@
config BR2_COMPILE_FLAC
bool
default n
depends BR2_PACKAGE_LIBFLAC
bool
default n
depends BR2_PACKAGE_LIBFLAC
-
+
config BR2_PACKAGE_LIBFLAC
config BR2_PACKAGE_LIBFLAC
- tristate "libflac - Free Lossless Audio Codec library"
+ prompt "libflac........................... Free Lossless Audio Codec library"
+ tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_FLAC
help
Free Lossless Audio Codec library
http://flac.sourceforge.net/
default m if CONFIG_DEVEL
select BR2_COMPILE_FLAC
help
Free Lossless Audio Codec library
http://flac.sourceforge.net/
-
+
This page took
0.023941 seconds
and
4
git commands to generate.