diff --git a/configure.sh b/configure.sh
index 4b95c5fe3ba0a6beb8bfc7d986d4118006b778a5..ccc18e43e6916f73f53da597c1e2def078920214 100755
--- a/configure.sh
+++ b/configure.sh
@@ -51,5 +51,5 @@ RANLIB="${CROSS_COMPILE}ranlib" \
 AR="${CROSS_COMPILE}ar" \
 PKG_CONFIG_LIBDIR=$SFLPHONE_SOURCEDIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
 ./configure --host=$TARGET_TUPLE $EXTRA_PARAMS \
-                   --disable-video --without-zrtp --without-dbus --disable-video --without-alsa --without-pulse --with-iax2 --without-tls --with-contrib="../contrib/${TARGET_TUPLE}" \
+                   --disable-video --without-zrtp --without-dbus --without-alsa --without-pulse --with-iax2 --without-tls --with-contrib="../contrib/${TARGET_TUPLE}" \
                    $*