Credit Andrew - fix local Vorbis audio for modifiable parameters, add raw dv profiles...
[goodguy/cinelerra.git] / cinelerra-5.1 / bld_appimage.sh
index 1fcdd70e7ecc06e6d33e3f7403210884d36225cc..fb7a5cb9e5ae2c345442c871de4cdad04dc17341 100755 (executable)
@@ -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