You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "*** Building vaapi ***"
cd $BUILD_DIR/libva*
[ $rebuild -eq 1 -a -f Makefile ] && make distclean || true
./autogen.sh
./configure --prefix=$TARGET_DIR --disable-shared
make -j $jval
make install
I tried using the following, but it still built the
.so
files instead of.a
.output
The text was updated successfully, but these errors were encountered: