Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva-utils
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Multimedia Team
libva-utils
Commits
af6fd4cf
Commit
af6fd4cf
authored
Jan 16, 2013
by
Matteo F. Vescovi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported Upstream version 1.1.0
parent
6afc50bd
Changes
136
Hide whitespace changes
Inline
Side-by-side
Showing
136 changed files
with
23256 additions
and
11638 deletions
+23256
-11638
Makefile.am
Makefile.am
+3
-1
Makefile.in
Makefile.in
+17
-10
NEWS
NEWS
+8
-1
aclocal.m4
aclocal.m4
+57
-8606
config.h.in
config.h.in
+24
-0
configure
configure
+1011
-383
configure.ac
configure.ac
+202
-90
debian.upstream/Makefile.am
debian.upstream/Makefile.am
+23
-22
debian.upstream/Makefile.in
debian.upstream/Makefile.in
+47
-32
debian.upstream/changelog
debian.upstream/changelog
+2
-2
debian.upstream/changelog.in
debian.upstream/changelog.in
+1
-1
debian.upstream/control
debian.upstream/control
+64
-14
debian.upstream/control.in
debian.upstream/control.in
+69
-19
debian.upstream/libva-dev.dirs
debian.upstream/libva-dev.dirs
+0
-2
debian.upstream/libva-drm.install.in
debian.upstream/libva-drm.install.in
+1
-0
debian.upstream/libva-drm1.install
debian.upstream/libva-drm1.install
+1
-0
debian.upstream/libva-egl.install.in
debian.upstream/libva-egl.install.in
+1
-0
debian.upstream/libva-egl1.install
debian.upstream/libva-egl1.install
+1
-0
debian.upstream/libva-glx.install.in
debian.upstream/libva-glx.install.in
+1
-0
debian.upstream/libva-glx1.install
debian.upstream/libva-glx1.install
+1
-0
debian.upstream/libva-wayland.install.in
debian.upstream/libva-wayland.install.in
+1
-0
debian.upstream/libva-wayland1.install
debian.upstream/libva-wayland1.install
+1
-0
debian.upstream/libva-x11-1.install
debian.upstream/libva-x11-1.install
+1
-0
debian.upstream/libva-x11.install.in
debian.upstream/libva-x11.install.in
+1
-0
debian.upstream/libva.install.in
debian.upstream/libva.install.in
+1
-0
debian.upstream/libva1.dirs
debian.upstream/libva1.dirs
+0
-1
debian.upstream/libva1.install
debian.upstream/libva1.install
+0
-1
doc/Doxyfile
doc/Doxyfile
+1679
-0
doc/Makefile.am
doc/Makefile.am
+52
-0
doc/Makefile.in
doc/Makefile.in
+460
-0
dummy_drv_video/Makefile.am
dummy_drv_video/Makefile.am
+2
-2
dummy_drv_video/Makefile.in
dummy_drv_video/Makefile.in
+17
-11
dummy_drv_video/dummy_drv_video.c
dummy_drv_video/dummy_drv_video.c
+1
-46
dummy_drv_video/object_heap.c
dummy_drv_video/object_heap.c
+136
-62
dummy_drv_video/object_heap.h
dummy_drv_video/object_heap.h
+27
-16
m4/libtool.m4
m4/libtool.m4
+8001
-0
m4/ltoptions.m4
m4/ltoptions.m4
+384
-0
m4/ltsugar.m4
m4/ltsugar.m4
+123
-0
m4/ltversion.m4
m4/ltversion.m4
+23
-0
m4/lt~obsolete.m4
m4/lt~obsolete.m4
+98
-0
pkgconfig/Makefile.am
pkgconfig/Makefile.am
+10
-0
pkgconfig/Makefile.in
pkgconfig/Makefile.in
+34
-19
pkgconfig/libva-drm.pc.in
pkgconfig/libva-drm.pc.in
+12
-0
pkgconfig/libva-wayland.pc.in
pkgconfig/libva-wayland.pc.in
+12
-0
test/Makefile.am
test/Makefile.am
+5
-4
test/Makefile.in
test/Makefile.in
+18
-12
test/basic/Makefile.am
test/basic/Makefile.am
+25
-6
test/basic/Makefile.in
test/basic/Makefile.in
+41
-24
test/common/Makefile.am
test/common/Makefile.am
+63
-0
test/common/Makefile.in
test/common/Makefile.in
+632
-0
test/common/va_display.c
test/common/va_display.c
+166
-0
test/common/va_display.h
test/common/va_display.h
+64
-0
test/common/va_display_drm.c
test/common/va_display_drm.c
+75
-0
test/common/va_display_wayland.c
test/common/va_display_wayland.c
+194
-0
test/common/va_display_x11.c
test/common/va_display_x11.c
+139
-0
test/decode/Makefile.am
test/decode/Makefile.am
+12
-6
test/decode/Makefile.in
test/decode/Makefile.in
+27
-13
test/decode/loadjpeg.c
test/decode/loadjpeg.c
+3
-0
test/decode/mpeg2vldemo.cpp
test/decode/mpeg2vldemo.cpp
+17
-66
test/decode/tinyjpeg.c
test/decode/tinyjpeg.c
+13
-25
test/encode/Makefile.am
test/encode/Makefile.am
+19
-8
test/encode/Makefile.in
test/encode/Makefile.in
+79
-24
test/encode/avcenc.c
test/encode/avcenc.c
+32
-12
test/putsurface/Makefile.am
test/putsurface/Makefile.am
+26
-4
test/putsurface/Makefile.in
test/putsurface/Makefile.in
+98
-21
test/putsurface/putsurface_wayland.c
test/putsurface/putsurface_wayland.c
+336
-0
test/v4l_h264/Makefile.am
test/v4l_h264/Makefile.am
+27
-0
test/v4l_h264/Makefile.in
test/v4l_h264/Makefile.in
+633
-0
test/v4l_h264/README.txt
test/v4l_h264/README.txt
+23
-0
test/v4l_h264/decode/Makefile.am
test/v4l_h264/decode/Makefile.am
+39
-0
test/v4l_h264/decode/Makefile.in
test/v4l_h264/decode/Makefile.in
+571
-0
test/v4l_h264/decode/TCPSocketServer.cpp
test/v4l_h264/decode/TCPSocketServer.cpp
+192
-0
test/v4l_h264/decode/TCPSocketServer.h
test/v4l_h264/decode/TCPSocketServer.h
+128
-0
test/v4l_h264/decode/decode_x11.cpp
test/v4l_h264/decode/decode_x11.cpp
+704
-0
test/v4l_h264/encode/Makefile.am
test/v4l_h264/encode/Makefile.am
+39
-0
test/v4l_h264/encode/Makefile.in
test/v4l_h264/encode/Makefile.in
+573
-0
test/v4l_h264/encode/TCPSocketClient.cpp
test/v4l_h264/encode/TCPSocketClient.cpp
+123
-0
test/v4l_h264/encode/TCPSocketClient.h
test/v4l_h264/encode/TCPSocketClient.h
+102
-0
test/v4l_h264/encode/avcenc.cpp
test/v4l_h264/encode/avcenc.cpp
+508
-0
test/v4l_h264/encode/capture.cpp
test/v4l_h264/encode/capture.cpp
+851
-0
test/vainfo/Makefile.am
test/vainfo/Makefile.am
+14
-7
test/vainfo/Makefile.in
test/vainfo/Makefile.in
+61
-23
test/vainfo/vainfo.c
test/vainfo/vainfo.c
+6
-23
va/Makefile.am
va/Makefile.am
+34
-24
va/Makefile.in
va/Makefile.in
+87
-66
va/drm/Makefile.am
va/drm/Makefile.am
+58
-0
va/drm/Makefile.in
va/drm/Makefile.in
+123
-38
va/drm/va_drm.c
va/drm/va_drm.c
+126
-0
va/drm/va_drm.h
va/drm/va_drm.h
+61
-0
va/drm/va_drm_auth.c
va/drm/va_drm_auth.c
+61
-0
va/drm/va_drm_auth.h
va/drm/va_drm_auth.h
+39
-0
va/drm/va_drm_auth_x11.c
va/drm/va_drm_auth_x11.c
+172
-0
va/drm/va_drm_auth_x11.h
va/drm/va_drm_auth_x11.h
+35
-0
va/drm/va_drm_utils.c
va/drm/va_drm_utils.c
+79
-0
va/drm/va_drm_utils.h
va/drm/va_drm_utils.h
+73
-0
va/dummy/drmtest.c
va/dummy/drmtest.c
+0
-139
va/dummy/va_dummy.c
va/dummy/va_dummy.c
+0
-308
va/egl/Makefile.am
va/egl/Makefile.am
+6
-1
va/egl/Makefile.in
va/egl/Makefile.in
+22
-10
va/glx/Makefile.am
va/glx/Makefile.am
+8
-1
va/glx/Makefile.in
va/glx/Makefile.in
+24
-10
va/glx/va_glx.c
va/glx/va_glx.c
+1
-0
va/glx/va_glx_impl.c
va/glx/va_glx_impl.c
+12
-6
va/sysdeps.h
va/sysdeps.h
+35
-0
va/va.c
va/va.c
+67
-18
va/va.h
va/va.h
+1
-1
va/va_backend.h
va/va_backend.h
+45
-6
va/va_drmcommon.h
va/va_drmcommon.h
+71
-0
va/va_dummy.h
va/va_dummy.h
+0
-54
va/va_tpi.h
va/va_tpi.h
+1
-1
va/va_version.h
va/va_version.h
+4
-4
va/va_x11.h
va/va_x11.h
+23
-0
va/wayland/Makefile.am
va/wayland/Makefile.am
+66
-0
va/wayland/Makefile.in
va/wayland/Makefile.in
+813
-0
va/wayland/protocol/Makefile.am
va/wayland/protocol/Makefile.am
+6
-10
va/wayland/protocol/Makefile.in
va/wayland/protocol/Makefile.in
+434
-0
va/wayland/protocol/wayland-drm.xml
va/wayland/protocol/wayland-drm.xml
+155
-0
va/wayland/va_backend_wayland.h
va/wayland/va_backend_wayland.h
+65
-0
va/wayland/va_wayland.c
va/wayland/va_wayland.c
+194
-0
va/wayland/va_wayland.h
va/wayland/va_wayland.h
+131
-0
va/wayland/va_wayland_drm.c
va/wayland/va_wayland_drm.c
+202
-0
va/wayland/va_wayland_drm.h
va/wayland/va_wayland_drm.h
+52
-0
va/wayland/va_wayland_emgd.c
va/wayland/va_wayland_emgd.c
+137
-0
va/wayland/va_wayland_emgd.h
va/wayland/va_wayland_emgd.h
+52
-0
va/wayland/va_wayland_private.h
va/wayland/va_wayland_private.h
+44
-0
va/wayland/wayland-drm-client-protocol.h
va/wayland/wayland-drm-client-protocol.h
+213
-0
va/x11/Makefile.am
va/x11/Makefile.am
+9
-5
va/x11/Makefile.in
va/x11/Makefile.in
+27
-18
va/x11/dri1_util.c
va/x11/dri1_util.c
+0
-157
va/x11/dri2_util.c
va/x11/dri2_util.c
+37
-14
va/x11/va_dri.c
va/x11/va_dri.c
+0
-624
va/x11/va_dri.h
va/x11/va_dri.h
+0
-120
va/x11/va_dricommon.c
va/x11/va_dricommon.c
+28
-5
va/x11/va_dricommon.h
va/x11/va_dricommon.h
+31
-16
va/x11/va_dristr.h
va/x11/va_dristr.h
+0
-344
va/x11/va_x11.c
va/x11/va_x11.c
+4
-19
No files found.
Makefile.am
View file @
af6fd4cf
...
...
@@ -20,9 +20,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ACLOCAL_AMFLAGS
=
-I
m4
${ACLOCAL_FLAGS}
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
va dummy_drv_video pkgconfig
test
debian.upstream
SUBDIRS
=
va dummy_drv_video pkgconfig
test
debian.upstream
doc
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES
=
\
...
...
Makefile.in
View file @
af6fd4cf
...
...
@@ -61,7 +61,10 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(top_srcdir)
/configure COPYING NEWS compile config.guess
\
config.sub depcomp install-sh ltmain.sh missing
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/configure.ac
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/configure.ac
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES
=
config.status config.cache config.log
\
...
...
@@ -154,6 +157,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS
=
@DEFS@
DEPDIR
=
@DEPDIR@
DLLTOOL
=
@DLLTOOL@
DOXYGEN
=
@DOXYGEN@
DRM_CFLAGS
=
@DRM_CFLAGS@
DRM_LIBS
=
@DRM_LIBS@
DSYMUTIL
=
@DSYMUTIL@
...
...
@@ -161,11 +165,13 @@ DUMPBIN = @DUMPBIN@
ECHO_C
=
@ECHO_C@
ECHO_N
=
@ECHO_N@
ECHO_T
=
@ECHO_T@
EGL_CFLAGS
=
@EGL_CFLAGS@
EGL_LIBS
=
@EGL_LIBS@
EGREP
=
@EGREP@
EXEEXT
=
@EXEEXT@
FGREP
=
@FGREP@
GL
_DEPS_CFLAGS
=
@GL_DEPS
_CFLAGS@
GL
_DEPS_LIBS
=
@GL_DEPS
_LIBS@
GL
X_CFLAGS
=
@GLX
_CFLAGS@
GL
X_LIBS
=
@GLX
_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
@@ -178,9 +184,7 @@ LIBDRM_VERSION = @LIBDRM_VERSION@
LIBOBJS
=
@LIBOBJS@
LIBS
=
@LIBS@
LIBTOOL
=
@LIBTOOL@
LIBVA_CFLAGS
=
@LIBVA_CFLAGS@
LIBVA_DRIVERS_PATH
=
@LIBVA_DRIVERS_PATH@
LIBVA_LIBS
=
@LIBVA_LIBS@
LIBVA_LT_LDFLAGS
=
@LIBVA_LT_LDFLAGS@
LIBVA_LT_VERSION
=
@LIBVA_LT_VERSION@
LIBVA_MAJOR_VERSION
=
@LIBVA_MAJOR_VERSION@
...
...
@@ -215,13 +219,15 @@ SED = @SED@
SET_MAKE
=
@SET_MAKE@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
UDEV_CFLAGS
=
@UDEV_CFLAGS@
UDEV_LIBS
=
@UDEV_LIBS@
TODAY
=
@TODAY@
VA_API_MAJOR_VERSION
=
@VA_API_MAJOR_VERSION@
VA_API_MICRO_VERSION
=
@VA_API_MICRO_VERSION@
VA_API_MINOR_VERSION
=
@VA_API_MINOR_VERSION@
VA_API_VERSION
=
@VA_API_VERSION@
VERSION
=
@VERSION@
WAYLAND_API_VERSION
=
@WAYLAND_API_VERSION@
WAYLAND_CFLAGS
=
@WAYLAND_CFLAGS@
WAYLAND_LIBS
=
@WAYLAND_LIBS@
X11_CFLAGS
=
@X11_CFLAGS@
X11_LIBS
=
@X11_LIBS@
XEXT_CFLAGS
=
@XEXT_CFLAGS@
...
...
@@ -264,8 +270,6 @@ infodir = @infodir@
install_sh
=
@install_sh@
libdir
=
@libdir@
libexecdir
=
@libexecdir@
libvabackendlib
=
@libvabackendlib@
libvacorelib
=
@libvacorelib@
localedir
=
@localedir@
localstatedir
=
@localstatedir@
mandir
=
@mandir@
...
...
@@ -284,8 +288,11 @@ target_alias = @target_alias@
top_build_prefix
=
@top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
wayland_protocoldir
=
@wayland_protocoldir@
wayland_scanner
=
@wayland_scanner@
ACLOCAL_AMFLAGS
=
-I
m4
${ACLOCAL_FLAGS}
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
va dummy_drv_video pkgconfig
test
debian.upstream
SUBDIRS
=
va dummy_drv_video pkgconfig
test
debian.upstream
doc
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES
=
\
...
...
NEWS
View file @
af6fd4cf
libva NEWS -- summary of user visible changes. 2012-
08-02
libva NEWS -- summary of user visible changes. 2012-
10-04
Copyright (C) 2009-2011 Intel Corporation
Version 1.1.0 - 04.Oct.2012
* API: add Wayland support
* API: add raw DRM support for headless pipelines
* Fix generic VA/GLX implementation for newer cluttersink versions
* Fix threading issues in VA objects reference code (+Krzysztof Kotlenga)
* Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles)
Version 1.0.16 - 02.Aug.2012
* API: data structures for JPEG Baseline decoding
* API: clarify the definition of slice_data_bit_offset
...
...
aclocal.m4
View file @
af6fd4cf
This source diff could not be displayed because it is too large. You can
view the blob
instead.
config.h.in
View file @
af6fd4cf
...
...
@@ -3,12 +3,18 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <EGL/egl.h> header file. */
#undef HAVE_EGL_EGL_H
/* Define to 1 if you have the <GL/glx.h> header file. */
#undef HAVE_GL_GLX_H
/* Define to 1 if you have the <GL/gl.h> header file. */
#undef HAVE_GL_GL_H
/* Defined to 1 if GCC visibility attribute is supported */
#undef HAVE_GNUC_VISIBILITY_ATTRIBUTE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
...
...
@@ -36,10 +42,28 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Defined to 1 if VA/DRM API is built */
#undef HAVE_VA_DRM
/* Defined to 1 if VA/EGL API is built */
#undef HAVE_VA_EGL
/* Defined to 1 if VA/GLX API is built */
#undef HAVE_VA_GLX
/* Defined to 1 if VA/Wayland API is built */
#undef HAVE_VA_WAYLAND
/* Defined to 1 if VA/X11 API is built */
#undef HAVE_VA_X11
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Name of package */
#undef PACKAGE
...
...
configure
View file @
af6fd4cf
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for libva 1.
0.16
.
# Generated by GNU Autoconf 2.68 for libva 1.
1.0
.
#
# Report bugs to <waldo.bastian@intel.com>.
#
...
...
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME
=
'libva'
PACKAGE_TARNAME
=
'libva'
PACKAGE_VERSION
=
'1.
0.16
'
PACKAGE_STRING
=
'libva 1.
0.16
'
PACKAGE_VERSION
=
'1.
1.0
'
PACKAGE_STRING
=
'libva 1.
1.0
'
PACKAGE_BUGREPORT
=
'waldo.bastian@intel.com'
PACKAGE_URL
=
''
...
...
@@ -616,30 +616,38 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
libvabackendlib
libvacorelib
pkgconfigdir
LIBVA_LIBS
LIBVA_CFLAGS
wayland_protocoldir
wayland_scanner
USE_WAYLAND_FALSE
USE_WAYLAND_TRUE
WAYLAND_LIBS
WAYLAND_CFLAGS
WAYLAND_API_VERSION
USE_EGL_FALSE
USE_EGL_TRUE
EGL_LIBS
EGL_CFLAGS
USE_GLX_FALSE
USE_GLX_TRUE
GL_DEPS_LIBS
GL_DEPS_CFLAGS
BUILD_DUMMY_BACKEND_FALSE
BUILD_DUMMY_BACKEND_TRUE
UDEV_LIBS
UDEV_CFLAGS
LIBDRM_VERSION
DRM_LIBS
DRM_CFLAGS
GLX_LIBS
GLX_CFLAGS
USE_X11_FALSE
USE_X11_TRUE
XFIXES_LIBS
XFIXES_CFLAGS
XEXT_LIBS
XEXT_CFLAGS
X11_LIBS
X11_CFLAGS
USE_DRM_FALSE
USE_DRM_TRUE
LIBDRM_VERSION
DRM_LIBS
DRM_CFLAGS
ENABLE_DOCS_FALSE
ENABLE_DOCS_TRUE
DOXYGEN
PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH
PKG_CONFIG
...
...
@@ -710,6 +718,7 @@ VA_API_VERSION
VA_API_MICRO_VERSION
VA_API_MINOR_VERSION
VA_API_MAJOR_VERSION
TODAY
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
...
...
@@ -775,13 +784,17 @@ PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL'
ac_subst_files
=
''
ac_subst_files
=
'
wayland_scanner_rules
'
ac_user_opts
=
'
enable_option_checking
enable_silent_rules
enable_docs
enable_drm
enable_x11
enable_glx
enable_egl
enable_wayland
enable_dummy_driver
enable_dummy_backend
with_drivers_path
enable_static
enable_shared
...
...
@@ -809,16 +822,20 @@ CXXCPP
PKG_CONFIG
PKG_CONFIG_PATH
PKG_CONFIG_LIBDIR
DRM_CFLAGS
DRM_LIBS
X11_CFLAGS
X11_LIBS
XEXT_CFLAGS
XEXT_LIBS
XFIXES_CFLAGS
XFIXES_LIBS
DRM_CFLAGS
DRM_LIBS
UDEV_CFLAGS
UDEV_LIBS'
GLX_CFLAGS
GLX_LIBS
EGL_CFLAGS
EGL_LIBS
WAYLAND_CFLAGS
WAYLAND_LIBS'
# Initialize some variables set by options.
...
...
@@ -1361,7 +1378,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat
<<
_ACEOF
\`
configure' configures libva 1.
0.16
to adapt to many kinds of systems.
\`
configure' configures libva 1.
1.0
to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
...
@@ -1431,7 +1448,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of libva 1.
0.16
:"
;;
short
|
recursive
)
echo
"Configuration of libva 1.
1.0
:"
;;
esac
cat
<<
\
_ACEOF
...
...
@@ -1441,9 +1458,13 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-silent-rules less verbose build output (undo: `make V=1')
--disable-silent-rules verbose build output (undo: `make V=0')
--enable-glx build with OpenGL for X11 support
--enable-dummy-driver build dummy video driver
--enable-dummy-backend build dummy libva backend
--enable-docs build Doxygen documentation [default=no]
--enable-drm build with VA/DRM API support [default=yes]
--enable-x11 build with VA/X11 API support [default=yes]
--enable-glx build with VA/GLX API support [default=yes]
--enable-egl build with VA/EGL API support [default=yes]
--enable-wayland build with VA/Wayland API support [default=yes]
--enable-dummy-driver build dummy video driver [default=yes]
--enable-static[=PKGS] build static libraries [default=no]
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-fast-install[=PKGS]
...
...
@@ -1481,6 +1502,8 @@ Some influential environment variables:
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
DRM_CFLAGS C compiler flags for DRM, overriding pkg-config
DRM_LIBS linker flags for DRM, overriding pkg-config
X11_CFLAGS C compiler flags for X11, overriding pkg-config
X11_LIBS linker flags for X11, overriding pkg-config
XEXT_CFLAGS C compiler flags for XEXT, overriding pkg-config
...
...
@@ -1488,10 +1511,14 @@ Some influential environment variables:
XFIXES_CFLAGS
C compiler flags for XFIXES, overriding pkg-config
XFIXES_LIBS linker flags for XFIXES, overriding pkg-config
DRM_CFLAGS C compiler flags for DRM, overriding pkg-config
DRM_LIBS linker flags for DRM, overriding pkg-config
UDEV_CFLAGS C compiler flags for UDEV, overriding pkg-config
UDEV_LIBS linker flags for UDEV, overriding pkg-config
GLX_CFLAGS C compiler flags for GLX, overriding pkg-config
GLX_LIBS linker flags for GLX, overriding pkg-config
EGL_CFLAGS C compiler flags for EGL, overriding pkg-config
EGL_LIBS linker flags for EGL, overriding pkg-config
WAYLAND_CFLAGS
C compiler flags for WAYLAND, overriding pkg-config
WAYLAND_LIBS
linker flags for WAYLAND, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -1559,7 +1586,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
$ac_status
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
libva configure 1.
0.16
libva configure 1.
1.0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
...
...
@@ -2049,7 +2076,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libva
$as_me
1.
0.16
, which was
It was created by libva
$as_me
1.
1.0
, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0
$@
...
...
@@ -2398,6 +2425,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
am__api_version
=
'1.11'
ac_aux_dir
=
...
...
@@ -2865,7 +2893,7 @@ fi
# Define the identity of the package.
PACKAGE
=
'libva'
VERSION
=
'1.
0.16
'
VERSION
=
'1.
1.0
'
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -2948,37 +2976,80 @@ fi
AM_BACKSLASH
=
'\'
TODAY
=
"
`
LC_ALL
=
C
date
+
'%a, %d %b %Y %X %z'
`
"
VA_API_MAJOR_VERSION
=
0
VA_API_MINOR_VERSION
=
3
2
VA_API_MICRO_VERSION
=
1
VA_API_VERSION
=
0.3
2.1
VA_API_MINOR_VERSION
=
3
3
VA_API_MICRO_VERSION
=
0
VA_API_VERSION
=
0.3
3.0
LIBVA_MAJOR_VERSION
=
1
LIBVA_MINOR_VERSION
=
0
LIBVA_MICRO_VERSION
=
16
LIBVA_VERSION
=
1.
0.16
LIBVA_MINOR_VERSION
=
1
LIBVA_MICRO_VERSION
=
0
LIBVA_VERSION
=
1.
1.0
LIBVA_LT_CURRENT
=
3
202
LIBVA_LT_CURRENT
=
3
301
LIBVA_LT_REV
=
0
LIBVA_LT_AGE
=
3
201
LIBVA_LT_AGE
=
3
300
LIBVA_LT_VERSION
=
"
$LIBVA_LT_CURRENT
:
$LIBVA_LT_REV
:
$LIBVA_LT_AGE
"
LIBVA_LT_LDFLAGS
=
"-version-info
$LIBVA_LT_VERSION
"
# Check whether --enable-docs was given.
if
test
"
${
enable_docs
+set
}
"
=
set
;
then
:
enableval
=
$enable_docs
;
else
enable_docs
=
"no"
fi
# Check whether --enable-drm was given.
if
test
"
${
enable_drm
+set
}
"
=
set
;
then
:
enableval
=
$enable_drm
;
else
enable_drm
=
"yes"
fi
# Check whether --enable-x11 was given.
if
test
"
${
enable_x11
+set
}
"
=
set
;
then
:
enableval
=
$enable_x11
;
else
enable_x11
=
"yes"
fi
# Check whether --enable-glx was given.
if
test
"
${
enable_glx
+set
}
"
=
set
;
then
:
enableval
=
$enable_glx
;
else
enable_glx
=
yes
enable_glx
=
"yes"
fi
# Check whether --enable-egl was given.
if
test
"
${
enable_egl
+set
}
"
=
set
;
then
:
enableval
=
$enable_egl
;
else
enable_egl
=
"yes"
fi
# Check whether --enable-wayland was given.
if
test
"
${
enable_wayland
+set
}
"
=
set
;
then
:
enableval
=
$enable_wayland
;
else
enable_wayland
=
"yes"
fi
...
...
@@ -2986,7 +3057,7 @@ fi
if
test
"
${
enable_dummy_driver
+set
}
"
=
set
;
then
:
enableval
=
$enable_dummy_driver
;
else
enable_dummy_driver
=
yes
enable_dummy_driver
=
"yes"
fi
if
test
x
$enable_dummy_driver
=
xyes
;
then
...
...
@@ -2998,14 +3069,6 @@ else
fi
# Check whether --enable-dummy-backend was given.
if
test
"
${
enable_dummy_backend
+set
}
"
=
set
;
then
:
enableval
=
$enable_dummy_backend
;
else
enable_dummy_backend
=
no
fi
# Check whether --with-drivers-path was given.
if
test
"
${
with_drivers_path
+set
}
"
=
set
;
then
:
...
...
@@ -8039,6 +8102,10 @@ _lt_linker_boilerplate=`cat conftest.err`
$RM
-r
conftest
*
## CAVEAT EMPTOR:
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
if
test
-n
"
$compiler
"
;
then
lt_prog_compiler_no_builtin_flag
=
...
...
@@ -15861,6 +15928,252 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
if
test
"x
$CC
"
!=
xcc
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CC
and cc understand -c and -o together"
>
&5
$as_echo_n
"checking whether
$CC
and cc understand -c and -o together... "
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether cc understands -c and -o together"
>
&5
$as_echo_n
"checking whether cc understands -c and -o together... "
>
&6
;
}
fi
set
dummy
$CC
;
ac_cc
=
`
$as_echo
"
$2
"
|
sed
's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'
`
if
eval
\$
{
ac_cv_prog_cc_
${
ac_cc
}
_c_o+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
# Make sure it works both with $CC and with simple cc.
# We do the test twice because some compilers refuse to overwrite an
# existing .o file with -o, though they will create one.
ac_try
=
'$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
rm
-f
conftest2.
*
if
{
{
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_try
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
&&
test
-f
conftest2.
$ac_objext
&&
{
{
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_try
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
;
then
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
yes
if
test
"x
$CC
"
!=
xcc
;
then
# Test first that cc exists at all.
if
{
ac_try
=
'cc -c conftest.$ac_ext >&5'
{
{
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_try
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
;
}
;
then
ac_try
=
'cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
rm
-f
conftest2.
*
if
{
{
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_try
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
&&
test
-f
conftest2.
$ac_objext
&&
{
{
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_try
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
;
then
# cc works too.
:
else
# cc exists but doesn't like -o.
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
no
fi
fi
fi
else
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
no
fi
rm
-f
core conftest
*
fi
if
eval test
\$
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
yes
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: yes"
>
&5
$as_echo
"yes"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
$as_echo
"#define NO_MINUS_C_MINUS_O 1"
>>
confdefs.h
fi
# FIXME: we rely on the cache variable name because
# there is no other way.
set
dummy
$CC
am_cc
=
`
echo
$2
|
sed
's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'
`
eval
am_t
=
\$
ac_cv_prog_cc_
${
am_cc
}
_c_o
if
test
"
$am_t
"
!=
yes
;
then
# Losing compiler, so override with the script.
# FIXME: It is wrong to rewrite CC.
# But if we don't then we get into trouble of one sort or another.
# A longer-term fix would be to have automake use am__CC in this case,
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
CC
=
"
$am_aux_dir
/compile
$CC
"
fi
if
test
"x
$ac_cv_env_PKG_CONFIG_set
"
!=
"xset"
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
pkg-config
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_path_PKG_CONFIG
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
case
$PKG_CONFIG
in
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_cv_path_PKG_CONFIG
=
"
$PKG_CONFIG
"
# Let the user override the test with a path.
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
ac_cv_path_PKG_CONFIG
=
"
$as_dir
/
$ac_word$ac_exec_ext
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
;;
esac
fi
PKG_CONFIG
=
$ac_cv_path_PKG_CONFIG
if
test
-n
"
$PKG_CONFIG
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$PKG_CONFIG
"
>
&5
$as_echo
"
$PKG_CONFIG
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
fi
if
test
-z
"
$ac_cv_path_PKG_CONFIG
"
;
then
ac_pt_PKG_CONFIG
=
$PKG_CONFIG
# Extract the first word of "pkg-config", so it can be a program name with args.
set
dummy pkg-config
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_path_ac_pt_PKG_CONFIG
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
case
$ac_pt_PKG_CONFIG
in
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_cv_path_ac_pt_PKG_CONFIG
=
"
$ac_pt_PKG_CONFIG
"
# Let the user override the test with a path.
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
{
test
-f
"
$as_dir
/
$ac_word$ac_exec_ext
"
&&
$as_test_x
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
}
;
then
ac_cv_path_ac_pt_PKG_CONFIG
=
"
$as_dir
/
$ac_word$ac_exec_ext
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
;;
esac
fi