diff options
Diffstat (limited to 'package/giflib/Config.in')
-rw-r--r-- | package/giflib/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/giflib/Config.in b/package/giflib/Config.in new file mode 100644 index 0000000000..70368dcc70 --- /dev/null +++ b/package/giflib/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_GIFLIB + bool "giflib" + help + giflib is a library for reading and writing gif images. It is API and + ABI compatible with libungif which was in wide use while the LZW + compression algorithm was patented. + + http://sourceforge.net/projects/giflib |