config: fix supported set of chroma formats for JPEG decode.
[platform/upstream/libva-intel-driver.git] / autogen.sh
1 #! /bin/sh
2
3 autoreconf -v --install
4
5 if test -z "$NOCONFIGURE"; then
6     ./configure "$@"
7 fi