X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fbld_appimage.sh;fp=cinelerra-5.1%2Fbld_appimage.sh;h=fb7a5cb9e5ae2c345442c871de4cdad04dc17341;hb=2e9b85a9600790c491e3c4bf62bce17b195f91ae;hp=1fcdd70e7ecc06e6d33e3f7403210884d36225cc;hpb=63f6e5905e9f2f3dfe4aff219d92982fb3429cb9;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/bld_appimage.sh b/cinelerra-5.1/bld_appimage.sh index 1fcdd70e..fb7a5cb9 100755 --- a/cinelerra-5.1/bld_appimage.sh +++ b/cinelerra-5.1/bld_appimage.sh @@ -20,7 +20,7 @@ CONFIG_OPTIONS="--with-single-user --with-booby --enable-static-build" if [ $target = "aarch64" ] ; then CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-dav1d" elif [ $target = "armv7l" ] ; then -CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-dav1d --disable-libaom --disable libwebp --without-nv" +CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-dav1d --disable-libaom --disable-libwebp --without-nv" fi echo configure script options are $CONFIG_OPTIONS