Skip to content

Commit 67d8563

Browse files
committed
added lib vips for Image library
1 parent f1a4af9 commit 67d8563

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nerves_defconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,19 @@ BR2_PACKAGE_GST1_PLUGINS_BASE=y
204204
BR2_PACKAGE_GST1_PLUGINS_GOOD=y
205205
BR2_PACKAGE_GST1_PLUGINS_BAD=y
206206

207+
# Image manipulation related
208+
#-> For Image lib
209+
BR2_PACKAGE_LIBVIPS=y
210+
BR2_PACKAGE_JPEG=y
211+
BR2_PACKAGE_WEBP=y
212+
BR2_PACKAGE_WEBP_DEMUX=y
213+
BR2_PACKAGE_WEBP_MUX=y
214+
BR2_PACKAGE_LIBPNG=y
215+
BR2_PACKAGE_GIFLIB=y
216+
BR2_PACKAGE_TIFF=y
217+
BR2_PACKAGE_LIBEXIF=y
218+
BR2_PACKAGE_LCMS2=y
219+
207220
# Streaming related
208221
BR2_PACKAGE_LIBSRTP=y
209222

0 commit comments

Comments
 (0)