mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-13 20:59:03 +00:00
Libva is an implementation for VA-API (Video Acceleration API). VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. Imported version is based on commit: 217da1c28336d6a7e9c0c4cb8f1c303968a675f1 https://github.com/intel/libva This work was created during the c2k24. With a lot of help and feedback from matthieu@, tb@, and martijn@. AMD drivers tested by landry@, martijn@, kn@, op@ and a few more Intel driver tested by matthieu@ and me. The Intel drivers can find in ports graphics/intel-media-driver and graphics/intel-vaapi-driver. (Depending on your hw) The ports will be adjusted over time. Everyone has reported fantastic performance results in Firefox or mpv(1). OK matthieu@
108 lines
3.0 KiB
C
108 lines
3.0 KiB
C
/* config.h. Generated from config.h.in by configure. */
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define if SSP C support is enabled. */
|
|
#define ENABLE_SSP_CC 1
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#define HAVE_DLFCN_H 1
|
|
|
|
/* Defined to 1 if EMGD is built */
|
|
/* #undef HAVE_EMGD */
|
|
|
|
/* Defined to 1 if FGLRX is built */
|
|
/* #undef HAVE_FGLRX */
|
|
|
|
/* Define to 1 if you have the <GL/glx.h> header file. */
|
|
#define HAVE_GL_GLX_H 1
|
|
|
|
/* Define to 1 if you have the <GL/gl.h> header file. */
|
|
#define HAVE_GL_GL_H 1
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Defined to 1 if NVCTRL is built */
|
|
/* #undef HAVE_NVCTRL */
|
|
|
|
/* Define to 1 if you have the `secure_getenv' function. */
|
|
/* #undef HAVE_SECURE_GETENV */
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdio.h> header file. */
|
|
#define HAVE_STDIO_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Defined to 1 if VA/DRM API is built */
|
|
#define HAVE_VA_DRM 1
|
|
|
|
/* Defined to 1 if VA/GLX API is built */
|
|
#define HAVE_VA_GLX 1
|
|
|
|
/* Defined to 1 if VA/Wayland API is built */
|
|
/* #undef HAVE_VA_WAYLAND */
|
|
|
|
/* Defined to 1 if VA/X11 API is built */
|
|
#define HAVE_VA_X11 1
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#define LT_OBJDIR ".libs/"
|
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
/* #undef NO_MINUS_C_MINUS_O */
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "libva"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "https://github.com/intel/libva/issues/new"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "libva"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "libva 2.22.0"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "libva"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define PACKAGE_URL "https://github.com/intel/libva"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "2.22.0"
|
|
|
|
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
|
required in a freestanding environment). This macro is provided for
|
|
backward compatibility; new code need not use it. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "2.22.0"
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
/* #undef _FILE_OFFSET_BITS */
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
/* #undef _LARGE_FILES */
|