summaryrefslogtreecommitdiff
path: root/openwrt/package/jpeg/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-19 22:57:49 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-19 22:57:49 +0000
commit42cd45b480b2d295b10d64c6ca5a1377f1651418 (patch)
tree5a27e1dd7a1c35398f8384b6eedaad38d17718a8 /openwrt/package/jpeg/Config.in
parent7e3d15543ba6208e6947a1828ba9b75fee63982c (diff)
downloadmtk-20170518-42cd45b480b2d295b10d64c6ca5a1377f1651418.zip
mtk-20170518-42cd45b480b2d295b10d64c6ca5a1377f1651418.tar.gz
mtk-20170518-42cd45b480b2d295b10d64c6ca5a1377f1651418.tar.bz2
add libjpeg
SVN-Revision: 1946
Diffstat (limited to 'openwrt/package/jpeg/Config.in')
-rw-r--r--openwrt/package/jpeg/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/jpeg/Config.in b/openwrt/package/jpeg/Config.in
new file mode 100644
index 0000000..48a01ba
--- /dev/null
+++ b/openwrt/package/jpeg/Config.in
@@ -0,0 +1,15 @@
+config BR2_COMPILE_JPEG
+ bool
+ default n
+ depends BR2_PACKAGE_LIBJPEG
+
+config BR2_PACKAGE_LIBJPEG
+ tristate "libjpeg - The Independent JPEG Group's JPEG runtime library"
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_JPEG
+ help
+ The Independent JPEG Group's JPEG runtime library.
+
+ http://www.ijg.org/
+
+