heif_version.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * HEIF codec.
  3. * Copyright (c) 2017 Dirk Farin <dirk.farin@gmail.com>
  4. *
  5. * This file is part of libheif.
  6. *
  7. * libheif is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU Lesser General Public License as
  9. * published by the Free Software Foundation, either version 3 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * libheif is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public License
  18. * along with libheif. If not, see <http://www.gnu.org/licenses/>.
  19. */
  20. /* heif_version.h
  21. *
  22. * This file was automatically generated when libheif was built.
  23. *
  24. * DO NOT EDIT THIS FILE.
  25. */
  26. #ifndef LIBHEIF_HEIF_VERSION_H
  27. #define LIBHEIF_HEIF_VERSION_H
  28. /* Numeric representation of the version */
  29. #define LIBHEIF_NUMERIC_VERSION ((1<<24) | (18<<16) | (2<<8) | 0)
  30. /* Version string */
  31. #define LIBHEIF_VERSION "1.18.2"
  32. #define LIBHEIF_PLUGIN_DIRECTORY "/data/mxe/usr/x86_64-w64-mingw32.shared.all/lib/libheif"
  33. #endif // LIBHEIF_HEIF_VERSION_H