diff options
| author | Hamish Moffatt <hamish@cloud.net.au> | 2008-06-17 05:29:48 +0000 |
|---|---|---|
| committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-06-17 05:29:48 +0000 |
| commit | 1738cf783fb0bebe099f1289b09605b941420c01 (patch) | |
| tree | f1f971f4acc3f5ed5e970228b57e247e2b6a0372 | |
| parent | 6ba4593f4ac4eae1c11bdedbbcad0dd2c75cde15 (diff) | |
| download | buildroot-1738cf783fb0bebe099f1289b09605b941420c01.tar.gz buildroot-1738cf783fb0bebe099f1289b09605b941420c01.zip | |
Fix missing punctuation
| -rw-r--r-- | package/libvorbis/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index b47011e7f1..cf4e6fff70 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -16,7 +16,7 @@ config BR2_PACKAGE_LIBVORBIS WMA and PAC. config BR2_PACKAGE_LIBVORBIS_TREMOR - bool "use fixed point implementation (tremor) + bool "use fixed point implementation (tremor)" default y if BR2_SOFT_FLOAT default n depends on BR2_PACKAGE_LIBVORBIS |

