summaryrefslogtreecommitdiff
path: root/po/vi.po
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-10 00:24:06 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-10 05:33:19 +0100
commit613b00785932198ba09d510e2b1aab5aa62e66e4 (patch)
treeaf5664d3f8d38d0360f83f081b29b40a48c28e85 /po/vi.po
parent5af863a47ef8e95073ba166b68ebd6ca0b109f5e (diff)
downloadlibgphoto2-613b00785932198ba09d510e2b1aab5aa62e66e4.tar.gz
configure: Allow --with-jpeg=yes argument again
Allow the --with-jpeg=yes configure argument again. This was broken by commit ea00220b6f44a00c2efa792c538f1804ebe183c2. The GP_LIBJPEG macro in the configure script now handles the following cases: --with-jpeg=no --without-jpeg Do not use libjpeg. Do not autodetect it either. --with-jpeg --with-jpeg=yes Autodetect libjpeg. If not found, abort. <no argument given> --with-jpeg=auto --with-jpeg=autodetect Autodetect libjpeg. If found, use it. However, it does *NOT* handle --with-jpeg=/path/to/somewhere at this time. Set LIBJPEG_CFLAGS and/or LIBJPEG_LIBS instead to specify which libjpeg to compile with and link against. This mostly matches the behaviour from before commit ea00220b6f44a00c2efa792c538f1804ebe183c2, which was --with-jpeg=no --without-jpeg Do not use libjpeg. Do not autodetect it either. --with-jpeg --with-jpeg=yes --with-jpeg=<any value other than "no"> Autodetect libjpeg. If found, use it. Otherwise, silently ignore the user's wish to build with libjpeg. <no argument given> Autodetect libjpeg. If found, use it. If someone is running configure with --with-jpeg=yes and libjpeg cannot be used, we can assume that building without using libjpeg is not the outcome the user expects. Fixes: https://github.com/gphoto/libgphoto2/issues/759 Closes: https://github.com/gphoto/libgphoto2/pull/760
Diffstat (limited to 'po/vi.po')
0 files changed, 0 insertions, 0 deletions