summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04Update for new kernel ABIHEADmasterThierry Reding1-0/+3
This adds support for Tegra124 with the secure memory FD that's required for reference picture marking as well as tiling formats needed by the IP present in Tegra124. Signed-off-by: Thierry Reding <treding@nvidia.com>
2018-02-09Install UDEV ruleDmitry Osipenko1-0/+2
2018-01-13Disable building of static libraryDmitry Osipenko1-0/+2
2017-12-26Revert "Remove gl_VISIBILITY from configure.ac"Dmitry Osipenko1-0/+1
VLC works now because some of VLC functions have the same name as in libvdpau-tegra and they were getting overridden on library load. gl_VISIBILITY removal was a bad mistake. This reverts commit b0de4419cf1f6e3b822255bb82d76520af8b120d.
2017-06-16Add xfixes to package dependenciesDmitry Osipenko1-1/+1
It provides "X11/extensions/Xfixes.h".
2017-06-16DRI2 authenticationDmitry Osipenko1-1/+1
This is required for a non-root user to get access to FLINK DRM API.
2017-06-14Remove gl_VISIBILITY from configure.acDmitry Osipenko1-1/+0
The check of visibility compiler flag support is only appropriate to a very old versions of gcc. None of the todays distributions support such an old version, however the autotools without the gl_VISIBILITY support isn't rareness.
2017-06-14Massive update (Xv output, 2d HW compositing, VDE ABI sync)Dmitry Osipenko1-0/+4
2017-05-30Add .pc fileDmitry Osipenko1-1/+3
Add a usual package description file.
2017-05-29Switch dmabuf provider to the DRMDmitry Osipenko1-2/+6
The dmabuf export will be gone from the VDE kernel driver, switch the dmabuf provider to DRM driver. This adds a dependency on the tegra's libdrm.
2016-08-18Initial commitDmitry Osipenko1-0/+52