diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-20 01:54:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-20 01:54:47 +0000 |
commit | 70b4e01fa7b2b72076934c22da3fb6e85fe07153 (patch) | |
tree | e26fcdc9462dd9754013c8ab0e88f92808c1417d /package/palantir | |
parent | f66942ec3568dd3b8192cf3e3f7344fe57f24c09 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/palantir')
-rw-r--r-- | package/palantir/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/palantir/Config.in b/package/palantir/Config.in index c08437fed..09f65267b 100644 --- a/package/palantir/Config.in +++ b/package/palantir/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PALANTIR tristate "palantir - a multichannel interactive streaming solution" default m if CONFIG_DEVEL - select LIBJPEG + select BR2_PACKAGE_LIBJPEG help Palantir is a Linux-based streaming system designed to transmit live video, audio and data over a TCP/IP network, as well as to control |