Adds a sunxi-cedrus-drv-video libVA backend

This VA backend uses v4l2's Frame API proposal to interface with the
"sunxi-cedrus" video driver on Allwinner SoC. Only a few parts of the
code are really dependent on sunxi-cedrus and this VA backend could be
reused for other v4l drivers using the Frame API.
This commit is contained in:
Florent Revest
2016-08-05 12:23:15 +02:00
commit e263c9542c
28 changed files with 2805 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#! /bin/sh
autoreconf -v --install
if test -z "$NOCONFIGURE"; then
./configure "$@"
fi