Files
libva-v4l2-request-fourier/autogen.sh
T
Florent Revest e263c9542c 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.
2016-08-25 16:19:34 +02:00

8 lines
93 B
Bash
Executable File

#! /bin/sh
autoreconf -v --install
if test -z "$NOCONFIGURE"; then
./configure "$@"
fi