4 "summary": "Open h.265 video codec implementation.",
5 "description": "libde265 is an open source implementation of the h.265 video codec.\nIt is written from scratch and has a plain C API to enable a simple integration into other software.",
6 "homepage": "https://www.libde265.org/",
11 "Struktur AG": "farin@struktur.de"
14 "git": "https://github.com/strukturag/libde265.git",
23 "source_files": "libde265/**/*.{h,c,cc,cpp,hpp}",
24 "public_header_files": [
26 "libde265/de265-version.h"
32 "prepare_command": "cp './libde265/de265-version.h.in' './libde265/de265-version.h'\nsed -i.bak 's/@NUMERIC_VERSION@/0x01000400/g' './libde265/de265-version.h'\nsed -i.bak 's/@PACKAGE_VERSION@/1.0.4/g' './libde265/de265-version.h'\nsed -i.bak 's/<libde265\\/de265-version.h>/\"de265-version.h\"/g' './libde265/de265.h'",
34 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_POSIX_MEMALIGN=1",
35 "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libde265/ ${PODS_TARGET_SRCROOT}/ ${PODS_ROOT}/libde265/libde265 ${PODS_TARGET_SRCROOT}/libde265"
37 "preserve_paths": "libde265",