decoder: h264: fix submission of AVC_REF_IDX_STATE command.
[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