Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exiv2: Enable managing video and web image metadata
From the book *Beyond Linux From Scratch* [1]: > --enable-video: This switch enables managing video metadata. > > --enable-webready: This switch enables managing web image metadata. This results in the configuration below. ``` -- ------------------------------------------------------------------ -- exiv2 0.26 configure results <http://www.exiv2.org> -- Building PNG support: YES -- Building shared library: YES -- XMP metadata support: YES -- Building static libxmp: YES -- Native language support: YES -- Conversion of Windows XP tags: YES -- Nikon lens database: YES -- Commercial build: NO -- Build the unit tests: YES -- Building translations files: NO -- Building video support: NO -- Building webready support: NO -- ------------------------------------------------------------------ ``` [1] http://www.linuxfromscratch.org/blfs/view/svn/general/exiv2.html
- Loading branch information